Shades of Magenta #FC0CEF
Tints of Magenta #FC0CEF
RGB
CMYK
RGB Variations
Color information
#FC0CEF (or 0xFC0CEF) is known color: Magenta. HEX triplet: FC, 0C and EF. RGB value is (252,12,239). Sum of RGB (Red+Green+Blue) = 252+12+239=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 12 (5.08% from 255 or 2.39% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CEF is #03F310. Grayscale: #6C6C6C. Windows color (decimal): -258833 or 15666428. OLE color: 15666428.
HSL color Cylindrical-coordinate representation of color #FC0CEF: hue angle of 303.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0CEF is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 239 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.01 |
| HSL | 303.25º | 0.98% | 0.52% | - |
| HSV(B) | 303.25º | 0.95% | 0.99% | - |
| XYZ | 55.86 | 27.19 | 83.97 | - |
| YUV | 109.64 | 201.01 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 239 | 0 | 0.95 | 0.05 | 0.01 | 303.25 | 0.98 | 0.52 |
| Hex | FC | C | EF | 0 | 5F | 5 | 1 | 12F | 62 | 34 |
| Octal | 374 | 14 | 357 | 0 | 137 | 5 | 1 | 457 | 142 | 64 |
| Binary | 11111100 | 1100 | 11101111 | 0 | 1011111 | 101 | 1 | 100101111 | 1100010 | 110100 |
Color Harmonies of #FC0CEF
Complementary color
Monochromatic Colors of #FC0CEF
Black with #FC0CEF
Text Example
Text Example
White with #FC0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0CEF; }
p { color: rgb(252,12,239); }
H1.HeaderClassName
{
color: #FC0CEF;
}
.AnyTagClassName
{
color: #FC0CEF;
}
</style>
background-color css
<style>
a { background-color: #FC0CEF; }
a { background-color: rgb(252,12,239); }
div.DivClassName
{
background-color: #FC0CEF;
}
.BgClassName
{
background-color: #FC0CEF;
}
</style>
border-color css
<style>
span { border-color: #FC0CEF; }
span { border-color: rgb(252,12,239); }
td.TdClassName
{
border-color: #FC0CEF;
}
.TagClassName
{
border-color: #FC0CEF;
}
</style>