Shades of Magenta #FC06F5
Tints of Magenta #FC06F5
RGB
CMYK
RGB Variations
Color information
#FC06F5 (or 0xFC06F5) is known color: Magenta. HEX triplet: FC, 06 and F5. RGB value is (252,6,245). Sum of RGB (Red+Green+Blue) = 252+6+245=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 6 (2.73% from 255 or 1.19% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC06F5 is #03F90A. Grayscale: #6A6A6A. Windows color (decimal): -260363 or 16058108. OLE color: 16058108.
HSL color Cylindrical-coordinate representation of color #FC06F5: hue angle of 301.71º 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 #FC06F5 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 245 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.01 |
| HSL | 301.71º | 0.98% | 0.51% | - |
| HSV(B) | 301.71º | 0.98% | 0.99% | - |
| XYZ | 56.69 | 27.42 | 88.69 | - |
| YUV | 106.8 | 206 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 245 | 0 | 0.98 | 0.03 | 0.01 | 301.71 | 0.98 | 0.51 |
| Hex | FC | 6 | F5 | 0 | 62 | 3 | 1 | 12E | 62 | 33 |
| Octal | 374 | 6 | 365 | 0 | 142 | 3 | 1 | 456 | 142 | 63 |
| Binary | 11111100 | 110 | 11110101 | 0 | 1100010 | 11 | 1 | 100101110 | 1100010 | 110011 |
Color Harmonies of #FC06F5
Complementary color
Monochromatic Colors of #FC06F5
Black with #FC06F5
Text Example
Text Example
White with #FC06F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06F5; }
p { color: rgb(252,6,245); }
H1.HeaderClassName
{
color: #FC06F5;
}
.AnyTagClassName
{
color: #FC06F5;
}
</style>
background-color css
<style>
a { background-color: #FC06F5; }
a { background-color: rgb(252,6,245); }
div.DivClassName
{
background-color: #FC06F5;
}
.BgClassName
{
background-color: #FC06F5;
}
</style>
border-color css
<style>
span { border-color: #FC06F5; }
span { border-color: rgb(252,6,245); }
td.TdClassName
{
border-color: #FC06F5;
}
.TagClassName
{
border-color: #FC06F5;
}
</style>