Shades of Hot Magenta #F00DDC
Tints of Hot Magenta #F00DDC
RGB
CMYK
RGB Variations
Color information
#F00DDC (or 0xF00DDC) is known color: Hot Magenta. HEX triplet: F0, 0D and DC. RGB value is (240,13,220). Sum of RGB (Red+Green+Blue) = 240+13+220=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 13 (5.47% from 255 or 2.75% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DDC is #0FF223. Grayscale: #676767. Windows color (decimal): -1045028 or 14421488. OLE color: 14421488.
HSL color Cylindrical-coordinate representation of color #F00DDC: hue angle of 305.29º 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 #F00DDC is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 220 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.06 |
| HSL | 305.29º | 0.9% | 0.5% | - |
| HSV(B) | 305.29º | 0.95% | 0.94% | - |
| XYZ | 49 | 23.98 | 69.76 | - |
| YUV | 104.47 | 193.21 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 220 | 0 | 0.95 | 0.08 | 0.06 | 305.29 | 0.9 | 0.5 |
| Hex | F0 | D | DC | 0 | 5F | 8 | 6 | 131 | 5A | 32 |
| Octal | 360 | 15 | 334 | 0 | 137 | 10 | 6 | 461 | 132 | 62 |
| Binary | 11110000 | 1101 | 11011100 | 0 | 1011111 | 1000 | 110 | 100110001 | 1011010 | 110010 |
Color Harmonies of #F00DDC
Complementary color
Monochromatic Colors of #F00DDC
Black with #F00DDC
Text Example
Text Example
White with #F00DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DDC; }
p { color: rgb(240,13,220); }
H1.HeaderClassName
{
color: #F00DDC;
}
.AnyTagClassName
{
color: #F00DDC;
}
</style>
background-color css
<style>
a { background-color: #F00DDC; }
a { background-color: rgb(240,13,220); }
div.DivClassName
{
background-color: #F00DDC;
}
.BgClassName
{
background-color: #F00DDC;
}
</style>
border-color css
<style>
span { border-color: #F00DDC; }
span { border-color: rgb(240,13,220); }
td.TdClassName
{
border-color: #F00DDC;
}
.TagClassName
{
border-color: #F00DDC;
}
</style>