Shades of Magenta #FC08FF
Tints of Magenta #FC08FF
RGB
CMYK
RGB Variations
Color information
#FC08FF (or 0xFC08FF) is known color: Magenta. HEX triplet: FC, 08 and FF. RGB value is (252,8,255). Sum of RGB (Red+Green+Blue) = 252+8+255=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 8 (3.52% from 255 or 1.55% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC08FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC08FF is #03F700. Grayscale: #6C6C6C. Windows color (decimal): -259841 or 16713980. OLE color: 16713980.
HSL color Cylindrical-coordinate representation of color #FC08FF: hue angle of 299.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC08FF is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 8 | 255 | - |
| CMYK | 0.01 | 0.97 | 0 | 0 |
| HSL | 299.27º | 1% | 0.52% | - |
| HSV(B) | 299.27º | 0.97% | 1% | - |
| XYZ | 58.28 | 28.09 | 96.96 | - |
| YUV | 109.11 | 210.34 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 255 | 0.01 | 0.97 | 0 | 0 | 299.27 | 1 | 0.52 |
| Hex | FC | 8 | FF | 1 | 61 | 0 | 0 | 12B | 64 | 34 |
| Octal | 374 | 10 | 377 | 1 | 141 | 0 | 0 | 453 | 144 | 64 |
| Binary | 11111100 | 1000 | 11111111 | 1 | 1100001 | 0 | 0 | 100101011 | 1100100 | 110100 |
Color Harmonies of #FC08FF
Complementary color
Monochromatic Colors of #FC08FF
Black with #FC08FF
Text Example
Text Example
White with #FC08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC08FF; }
p { color: rgb(252,8,255); }
H1.HeaderClassName
{
color: #FC08FF;
}
.AnyTagClassName
{
color: #FC08FF;
}
</style>
background-color css
<style>
a { background-color: #FC08FF; }
a { background-color: rgb(252,8,255); }
div.DivClassName
{
background-color: #FC08FF;
}
.BgClassName
{
background-color: #FC08FF;
}
</style>
border-color css
<style>
span { border-color: #FC08FF; }
span { border-color: rgb(252,8,255); }
td.TdClassName
{
border-color: #FC08FF;
}
.TagClassName
{
border-color: #FC08FF;
}
</style>