Shades of Hot Magenta #FC0CDA
Tints of Hot Magenta #FC0CDA
RGB
CMYK
RGB Variations
Color information
#FC0CDA (or 0xFC0CDA) is known color: Hot Magenta. HEX triplet: FC, 0C and DA. RGB value is (252,12,218). Sum of RGB (Red+Green+Blue) = 252+12+218=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 12 (5.08% from 255 or 2.49% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0CDA is #03F325. Grayscale: #6A6A6A. Windows color (decimal): -258854 or 14290172. OLE color: 14290172.
HSL color Cylindrical-coordinate representation of color #FC0CDA: hue angle of 308.5º 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 #FC0CDA is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.01 |
| HSL | 308.5º | 0.98% | 0.52% | - |
| HSV(B) | 308.5º | 0.95% | 0.99% | - |
| XYZ | 52.93 | 26.02 | 68.56 | - |
| YUV | 107.24 | 190.51 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 218 | 0 | 0.95 | 0.13 | 0.01 | 308.5 | 0.98 | 0.52 |
| Hex | FC | C | DA | 0 | 5F | D | 1 | 134 | 62 | 34 |
| Octal | 374 | 14 | 332 | 0 | 137 | 15 | 1 | 464 | 142 | 64 |
| Binary | 11111100 | 1100 | 11011010 | 0 | 1011111 | 1101 | 1 | 100110100 | 1100010 | 110100 |
Color Harmonies of #FC0CDA
Complementary color
Monochromatic Colors of #FC0CDA
Black with #FC0CDA
Text Example
Text Example
White with #FC0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0CDA; }
p { color: rgb(252,12,218); }
H1.HeaderClassName
{
color: #FC0CDA;
}
.AnyTagClassName
{
color: #FC0CDA;
}
</style>
background-color css
<style>
a { background-color: #FC0CDA; }
a { background-color: rgb(252,12,218); }
div.DivClassName
{
background-color: #FC0CDA;
}
.BgClassName
{
background-color: #FC0CDA;
}
</style>
border-color css
<style>
span { border-color: #FC0CDA; }
span { border-color: rgb(252,12,218); }
td.TdClassName
{
border-color: #FC0CDA;
}
.TagClassName
{
border-color: #FC0CDA;
}
</style>