Shades of Magenta #FC06F4
Tints of Magenta #FC06F4
RGB
CMYK
RGB Variations
Color information
#FC06F4 (or 0xFC06F4) is known color: Magenta. HEX triplet: FC, 06 and F4. RGB value is (252,6,244). Sum of RGB (Red+Green+Blue) = 252+6+244=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 6 (2.73% from 255 or 1.20% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC06F4 is #03F90B. Grayscale: #696969. Windows color (decimal): -260364 or 15992572. OLE color: 15992572.
HSL color Cylindrical-coordinate representation of color #FC06F4: hue angle of 301.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC06F4 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 244 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.01 |
| HSL | 301.95º | 0.98% | 0.51% | - |
| HSV(B) | 301.95º | 0.98% | 0.99% | - |
| XYZ | 56.54 | 27.36 | 87.89 | - |
| YUV | 106.69 | 205.5 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 244 | 0 | 0.98 | 0.03 | 0.01 | 301.95 | 0.98 | 0.51 |
| Hex | FC | 6 | F4 | 0 | 62 | 3 | 1 | 12E | 62 | 33 |
| Octal | 374 | 6 | 364 | 0 | 142 | 3 | 1 | 456 | 142 | 63 |
| Binary | 11111100 | 110 | 11110100 | 0 | 1100010 | 11 | 1 | 100101110 | 1100010 | 110011 |
Color Harmonies of #FC06F4
Complementary color
Monochromatic Colors of #FC06F4
Black with #FC06F4
Text Example
Text Example
White with #FC06F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06F4; }
p { color: rgb(252,6,244); }
H1.HeaderClassName
{
color: #FC06F4;
}
.AnyTagClassName
{
color: #FC06F4;
}
</style>
background-color css
<style>
a { background-color: #FC06F4; }
a { background-color: rgb(252,6,244); }
div.DivClassName
{
background-color: #FC06F4;
}
.BgClassName
{
background-color: #FC06F4;
}
</style>
border-color css
<style>
span { border-color: #FC06F4; }
span { border-color: rgb(252,6,244); }
td.TdClassName
{
border-color: #FC06F4;
}
.TagClassName
{
border-color: #FC06F4;
}
</style>