Shades of Fuchsia Pink #FC73FE
Tints of Fuchsia Pink #FC73FE
RGB
CMYK
RGB Variations
Color information
#FC73FE (or 0xFC73FE) is known color: Fuchsia Pink. HEX triplet: FC, 73 and FE. RGB value is (252,115,254). Sum of RGB (Red+Green+Blue) = 252+115+254=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 115 (45.31% from 255 or 18.52% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC73FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC73FE is #038C01. Grayscale: #ABABAB. Windows color (decimal): -232450 or 16675836. OLE color: 16675836.
HSL color Cylindrical-coordinate representation of color #FC73FE: hue angle of 299.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC73FE is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 115 | 254 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.00 |
| HSL | 299.14º | 0.99% | 0.72% | - |
| HSV(B) | 299.14º | 0.55% | 1% | - |
| XYZ | 64.17 | 40.11 | 98.13 | - |
| YUV | 171.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 254 | 0.01 | 0.55 | 0 | 0.00 | 299.14 | 0.99 | 0.72 |
| Hex | FC | 73 | FE | 1 | 37 | 0 | 0 | 12B | 63 | 48 |
| Octal | 374 | 163 | 376 | 1 | 67 | 0 | 0 | 453 | 143 | 110 |
| Binary | 11111100 | 1110011 | 11111110 | 1 | 110111 | 0 | 0 | 100101011 | 1100011 | 1001000 |
Color Harmonies of #FC73FE
Complementary color
Monochromatic Colors of #FC73FE
Black with #FC73FE
Text Example
Text Example
White with #FC73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73FE; }
p { color: rgb(252,115,254); }
H1.HeaderClassName
{
color: #FC73FE;
}
.AnyTagClassName
{
color: #FC73FE;
}
</style>
background-color css
<style>
a { background-color: #FC73FE; }
a { background-color: rgb(252,115,254); }
div.DivClassName
{
background-color: #FC73FE;
}
.BgClassName
{
background-color: #FC73FE;
}
</style>
border-color css
<style>
span { border-color: #FC73FE; }
span { border-color: rgb(252,115,254); }
td.TdClassName
{
border-color: #FC73FE;
}
.TagClassName
{
border-color: #FC73FE;
}
</style>