Shades of Magenta #FC0FE9
Tints of Magenta #FC0FE9
RGB
CMYK
RGB Variations
Color information
#FC0FE9 (or 0xFC0FE9) is known color: Magenta. HEX triplet: FC, 0F and E9. RGB value is (252,15,233). Sum of RGB (Red+Green+Blue) = 252+15+233=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 15 (6.25% from 255 or 3% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0FE9 is #03F016. Grayscale: #6E6E6E. Windows color (decimal): -258071 or 15273980. OLE color: 15273980.
HSL color Cylindrical-coordinate representation of color #FC0FE9: hue angle of 304.81º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FE9 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 233 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.01 |
| HSL | 304.81º | 0.98% | 0.52% | - |
| HSV(B) | 304.81º | 0.94% | 0.99% | - |
| XYZ | 55.02 | 26.92 | 79.39 | - |
| YUV | 110.72 | 197.02 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 233 | 0 | 0.94 | 0.08 | 0.01 | 304.81 | 0.98 | 0.52 |
| Hex | FC | F | E9 | 0 | 5E | 8 | 1 | 131 | 62 | 34 |
| Octal | 374 | 17 | 351 | 0 | 136 | 10 | 1 | 461 | 142 | 64 |
| Binary | 11111100 | 1111 | 11101001 | 0 | 1011110 | 1000 | 1 | 100110001 | 1100010 | 110100 |
Color Harmonies of #FC0FE9
Complementary color
Monochromatic Colors of #FC0FE9
Black with #FC0FE9
Text Example
Text Example
White with #FC0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0FE9; }
p { color: rgb(252,15,233); }
H1.HeaderClassName
{
color: #FC0FE9;
}
.AnyTagClassName
{
color: #FC0FE9;
}
</style>
background-color css
<style>
a { background-color: #FC0FE9; }
a { background-color: rgb(252,15,233); }
div.DivClassName
{
background-color: #FC0FE9;
}
.BgClassName
{
background-color: #FC0FE9;
}
</style>
border-color css
<style>
span { border-color: #FC0FE9; }
span { border-color: rgb(252,15,233); }
td.TdClassName
{
border-color: #FC0FE9;
}
.TagClassName
{
border-color: #FC0FE9;
}
</style>