Shades of Magenta #FC07FF
Tints of Magenta #FC07FF
RGB
CMYK
RGB Variations
Color information
#FC07FF (or 0xFC07FF) is known color: Magenta. HEX triplet: FC, 07 and FF. RGB value is (252,7,255). Sum of RGB (Red+Green+Blue) = 252+7+255=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 7 (3.12% from 255 or 1.36% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC07FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC07FF is #03F800. Grayscale: #6B6B6B. Windows color (decimal): -260097 or 16713724. OLE color: 16713724.
HSL color Cylindrical-coordinate representation of color #FC07FF: hue angle of 299.27º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC07FF is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 7 | 255 | - |
| CMYK | 0.01 | 0.97 | 0 | 0 |
| HSL | 299.27º | 1% | 0.51% | - |
| HSV(B) | 299.27º | 0.97% | 1% | - |
| XYZ | 58.27 | 28.07 | 96.95 | - |
| YUV | 108.53 | 210.67 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 255 | 0.01 | 0.97 | 0 | 0 | 299.27 | 1 | 0.51 |
| Hex | FC | 7 | FF | 1 | 61 | 0 | 0 | 12B | 64 | 33 |
| Octal | 374 | 7 | 377 | 1 | 141 | 0 | 0 | 453 | 144 | 63 |
| Binary | 11111100 | 111 | 11111111 | 1 | 1100001 | 0 | 0 | 100101011 | 1100100 | 110011 |
Color Harmonies of #FC07FF
Complementary color
Monochromatic Colors of #FC07FF
Black with #FC07FF
Text Example
Text Example
White with #FC07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07FF; }
p { color: rgb(252,7,255); }
H1.HeaderClassName
{
color: #FC07FF;
}
.AnyTagClassName
{
color: #FC07FF;
}
</style>
background-color css
<style>
a { background-color: #FC07FF; }
a { background-color: rgb(252,7,255); }
div.DivClassName
{
background-color: #FC07FF;
}
.BgClassName
{
background-color: #FC07FF;
}
</style>
border-color css
<style>
span { border-color: #FC07FF; }
span { border-color: rgb(252,7,255); }
td.TdClassName
{
border-color: #FC07FF;
}
.TagClassName
{
border-color: #FC07FF;
}
</style>