Shades of Hot Magenta #F00DCE
Tints of Hot Magenta #F00DCE
RGB
CMYK
RGB Variations
Color information
#F00DCE (or 0xF00DCE) is known color: Hot Magenta. HEX triplet: F0, 0D and CE. RGB value is (240,13,206). Sum of RGB (Red+Green+Blue) = 240+13+206=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DCE is #0FF231. Grayscale: #666666. Windows color (decimal): -1045042 or 13503984. OLE color: 13503984.
HSL color Cylindrical-coordinate representation of color #F00DCE: hue angle of 308.99º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00DCE is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 206 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.06 |
| HSL | 308.99º | 0.9% | 0.5% | - |
| HSV(B) | 308.99º | 0.95% | 0.94% | - |
| XYZ | 47.22 | 23.27 | 60.4 | - |
| YUV | 102.88 | 186.21 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 206 | 0 | 0.95 | 0.14 | 0.06 | 308.99 | 0.9 | 0.5 |
| Hex | F0 | D | CE | 0 | 5F | E | 6 | 135 | 5A | 32 |
| Octal | 360 | 15 | 316 | 0 | 137 | 16 | 6 | 465 | 132 | 62 |
| Binary | 11110000 | 1101 | 11001110 | 0 | 1011111 | 1110 | 110 | 100110101 | 1011010 | 110010 |
Color Harmonies of #F00DCE
Complementary color
Monochromatic Colors of #F00DCE
Black with #F00DCE
Text Example
Text Example
White with #F00DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DCE; }
p { color: rgb(240,13,206); }
H1.HeaderClassName
{
color: #F00DCE;
}
.AnyTagClassName
{
color: #F00DCE;
}
</style>
background-color css
<style>
a { background-color: #F00DCE; }
a { background-color: rgb(240,13,206); }
div.DivClassName
{
background-color: #F00DCE;
}
.BgClassName
{
background-color: #F00DCE;
}
</style>
border-color css
<style>
span { border-color: #F00DCE; }
span { border-color: rgb(240,13,206); }
td.TdClassName
{
border-color: #F00DCE;
}
.TagClassName
{
border-color: #F00DCE;
}
</style>