Shades of Hot Magenta #FD0CCC
Tints of Hot Magenta #FD0CCC
RGB
CMYK
RGB Variations
Color information
#FD0CCC (or 0xFD0CCC) is known color: Hot Magenta. HEX triplet: FD, 0C and CC. RGB value is (253,12,204). Sum of RGB (Red+Green+Blue) = 253+12+204=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0CCC is #02F333. Grayscale: #696969. Windows color (decimal): -193332 or 13372669. OLE color: 13372669.
HSL color Cylindrical-coordinate representation of color #FD0CCC: hue angle of 312.2º 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 #FD0CCC is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.01 |
| HSL | 312.2º | 0.98% | 0.52% | - |
| HSV(B) | 312.2º | 0.95% | 0.99% | - |
| XYZ | 51.54 | 25.51 | 59.33 | - |
| YUV | 105.95 | 183.34 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 204 | 0 | 0.95 | 0.19 | 0.01 | 312.2 | 0.98 | 0.52 |
| Hex | FD | C | CC | 0 | 5F | 13 | 1 | 138 | 62 | 34 |
| Octal | 375 | 14 | 314 | 0 | 137 | 23 | 1 | 470 | 142 | 64 |
| Binary | 11111101 | 1100 | 11001100 | 0 | 1011111 | 10011 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FD0CCC
Complementary color
Monochromatic Colors of #FD0CCC
Black with #FD0CCC
Text Example
Text Example
White with #FD0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CCC; }
p { color: rgb(253,12,204); }
H1.HeaderClassName
{
color: #FD0CCC;
}
.AnyTagClassName
{
color: #FD0CCC;
}
</style>
background-color css
<style>
a { background-color: #FD0CCC; }
a { background-color: rgb(253,12,204); }
div.DivClassName
{
background-color: #FD0CCC;
}
.BgClassName
{
background-color: #FD0CCC;
}
</style>
border-color css
<style>
span { border-color: #FD0CCC; }
span { border-color: rgb(253,12,204); }
td.TdClassName
{
border-color: #FD0CCC;
}
.TagClassName
{
border-color: #FD0CCC;
}
</style>