Shades of Magenta #FC09EF
Tints of Magenta #FC09EF
RGB
CMYK
RGB Variations
Color information
#FC09EF (or 0xFC09EF) is known color: Magenta. HEX triplet: FC, 09 and EF. RGB value is (252,9,239). Sum of RGB (Red+Green+Blue) = 252+9+239=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 9 (3.91% from 255 or 1.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC09EF is #03F610. Grayscale: #6B6B6B. Windows color (decimal): -259601 or 15665660. OLE color: 15665660.
HSL color Cylindrical-coordinate representation of color #FC09EF: hue angle of 303.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC09EF is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 239 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.01 |
| HSL | 303.21º | 0.98% | 0.51% | - |
| HSV(B) | 303.21º | 0.96% | 0.99% | - |
| XYZ | 55.82 | 27.12 | 83.95 | - |
| YUV | 107.88 | 202.01 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 239 | 0 | 0.96 | 0.05 | 0.01 | 303.21 | 0.98 | 0.51 |
| Hex | FC | 9 | EF | 0 | 60 | 5 | 1 | 12F | 62 | 33 |
| Octal | 374 | 11 | 357 | 0 | 140 | 5 | 1 | 457 | 142 | 63 |
| Binary | 11111100 | 1001 | 11101111 | 0 | 1100000 | 101 | 1 | 100101111 | 1100010 | 110011 |
Color Harmonies of #FC09EF
Complementary color
Monochromatic Colors of #FC09EF
Black with #FC09EF
Text Example
Text Example
White with #FC09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC09EF; }
p { color: rgb(252,9,239); }
H1.HeaderClassName
{
color: #FC09EF;
}
.AnyTagClassName
{
color: #FC09EF;
}
</style>
background-color css
<style>
a { background-color: #FC09EF; }
a { background-color: rgb(252,9,239); }
div.DivClassName
{
background-color: #FC09EF;
}
.BgClassName
{
background-color: #FC09EF;
}
</style>
border-color css
<style>
span { border-color: #FC09EF; }
span { border-color: rgb(252,9,239); }
td.TdClassName
{
border-color: #FC09EF;
}
.TagClassName
{
border-color: #FC09EF;
}
</style>