Shades of Magenta #FC02FB
Tints of Magenta #FC02FB
RGB
CMYK
RGB Variations
Color information
#FC02FB (or 0xFC02FB) is known color: Magenta. HEX triplet: FC, 02 and FB. RGB value is (252,2,251). Sum of RGB (Red+Green+Blue) = 252+2+251=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 2 (1.17% from 255 or 0.40% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC02FB is #03FD04. Grayscale: #686868. Windows color (decimal): -261381 or 16450300. OLE color: 16450300.
HSL color Cylindrical-coordinate representation of color #FC02FB: hue angle of 300.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC02FB is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 251 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.01 |
| HSL | 300.24º | 0.98% | 0.5% | - |
| HSV(B) | 300.24º | 0.99% | 0.99% | - |
| XYZ | 57.58 | 27.7 | 93.58 | - |
| YUV | 105.14 | 210.33 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 251 | 0 | 0.99 | 0.00 | 0.01 | 300.24 | 0.98 | 0.5 |
| Hex | FC | 2 | FB | 0 | 63 | 0 | 1 | 12C | 62 | 32 |
| Octal | 374 | 2 | 373 | 0 | 143 | 0 | 1 | 454 | 142 | 62 |
| Binary | 11111100 | 10 | 11111011 | 0 | 1100011 | 0 | 1 | 100101100 | 1100010 | 110010 |
Color Harmonies of #FC02FB
Complementary color
Monochromatic Colors of #FC02FB
Black with #FC02FB
Text Example
Text Example
White with #FC02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02FB; }
p { color: rgb(252,2,251); }
H1.HeaderClassName
{
color: #FC02FB;
}
.AnyTagClassName
{
color: #FC02FB;
}
</style>
background-color css
<style>
a { background-color: #FC02FB; }
a { background-color: rgb(252,2,251); }
div.DivClassName
{
background-color: #FC02FB;
}
.BgClassName
{
background-color: #FC02FB;
}
</style>
border-color css
<style>
span { border-color: #FC02FB; }
span { border-color: rgb(252,2,251); }
td.TdClassName
{
border-color: #FC02FB;
}
.TagClassName
{
border-color: #FC02FB;
}
</style>