Shades of Magenta #FC03FF
Tints of Magenta #FC03FF
RGB
CMYK
RGB Variations
Color information
#FC03FF (or 0xFC03FF) is known color: Magenta. HEX triplet: FC, 03 and FF. RGB value is (252,3,255). Sum of RGB (Red+Green+Blue) = 252+3+255=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 3 (1.56% from 255 or 0.59% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC03FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC03FF is #03FC00. Grayscale: #696969. Windows color (decimal): -261121 or 16712700. OLE color: 16712700.
HSL color Cylindrical-coordinate representation of color #FC03FF: hue angle of 299.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC03FF is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 3 | 255 | - |
| CMYK | 0.01 | 0.99 | 0 | 0 |
| HSL | 299.29º | 1% | 0.51% | - |
| HSV(B) | 299.29º | 0.99% | 1% | - |
| XYZ | 58.23 | 27.98 | 96.94 | - |
| YUV | 106.18 | 211.99 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 255 | 0.01 | 0.99 | 0 | 0 | 299.29 | 1 | 0.51 |
| Hex | FC | 3 | FF | 1 | 63 | 0 | 0 | 12B | 64 | 33 |
| Octal | 374 | 3 | 377 | 1 | 143 | 0 | 0 | 453 | 144 | 63 |
| Binary | 11111100 | 11 | 11111111 | 1 | 1100011 | 0 | 0 | 100101011 | 1100100 | 110011 |
Color Harmonies of #FC03FF
Complementary color
Monochromatic Colors of #FC03FF
Black with #FC03FF
Text Example
Text Example
White with #FC03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03FF; }
p { color: rgb(252,3,255); }
H1.HeaderClassName
{
color: #FC03FF;
}
.AnyTagClassName
{
color: #FC03FF;
}
</style>
background-color css
<style>
a { background-color: #FC03FF; }
a { background-color: rgb(252,3,255); }
div.DivClassName
{
background-color: #FC03FF;
}
.BgClassName
{
background-color: #FC03FF;
}
</style>
border-color css
<style>
span { border-color: #FC03FF; }
span { border-color: rgb(252,3,255); }
td.TdClassName
{
border-color: #FC03FF;
}
.TagClassName
{
border-color: #FC03FF;
}
</style>