Shades of Fuchsia Pink #FC73FF
Tints of Fuchsia Pink #FC73FF
RGB
CMYK
RGB Variations
Color information
#FC73FF (or 0xFC73FF) is known color: Fuchsia Pink. HEX triplet: FC, 73 and FF. RGB value is (252,115,255). Sum of RGB (Red+Green+Blue) = 252+115+255=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 115 (45.31% from 255 or 18.49% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC73FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC73FF is #038C00. Grayscale: #ABABAB. Windows color (decimal): -232449 or 16741372. OLE color: 16741372.
HSL color Cylindrical-coordinate representation of color #FC73FF: hue angle of 298.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC73FF is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 115 | 255 | - |
| CMYK | 0.01 | 0.55 | 0 | 0 |
| HSL | 298.71º | 1% | 0.73% | - |
| HSV(B) | 298.71º | 0.55% | 1% | - |
| XYZ | 64.33 | 40.18 | 98.97 | - |
| YUV | 171.92 | 174.89 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 255 | 0.01 | 0.55 | 0 | 0 | 298.71 | 1 | 0.73 |
| Hex | FC | 73 | FF | 1 | 37 | 0 | 0 | 12B | 64 | 49 |
| Octal | 374 | 163 | 377 | 1 | 67 | 0 | 0 | 453 | 144 | 111 |
| Binary | 11111100 | 1110011 | 11111111 | 1 | 110111 | 0 | 0 | 100101011 | 1100100 | 1001001 |
Color Harmonies of #FC73FF
Complementary color
Monochromatic Colors of #FC73FF
Black with #FC73FF
Text Example
Text Example
White with #FC73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73FF; }
p { color: rgb(252,115,255); }
H1.HeaderClassName
{
color: #FC73FF;
}
.AnyTagClassName
{
color: #FC73FF;
}
</style>
background-color css
<style>
a { background-color: #FC73FF; }
a { background-color: rgb(252,115,255); }
div.DivClassName
{
background-color: #FC73FF;
}
.BgClassName
{
background-color: #FC73FF;
}
</style>
border-color css
<style>
span { border-color: #FC73FF; }
span { border-color: rgb(252,115,255); }
td.TdClassName
{
border-color: #FC73FF;
}
.TagClassName
{
border-color: #FC73FF;
}
</style>