Shades of Hot Magenta #F00DD3
Tints of Hot Magenta #F00DD3
RGB
CMYK
RGB Variations
Color information
#F00DD3 (or 0xF00DD3) is known color: Hot Magenta. HEX triplet: F0, 0D and D3. RGB value is (240,13,211). Sum of RGB (Red+Green+Blue) = 240+13+211=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F00DD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00DD3 is #0FF22C. Grayscale: #666666. Windows color (decimal): -1045037 or 13831664. OLE color: 13831664.
HSL color Cylindrical-coordinate representation of color #F00DD3: hue angle of 307.67º 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 #F00DD3 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 13 | 211 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.06 |
| HSL | 307.67º | 0.9% | 0.5% | - |
| HSV(B) | 307.67º | 0.95% | 0.94% | - |
| XYZ | 47.84 | 23.52 | 63.65 | - |
| YUV | 103.45 | 188.71 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 13 | 211 | 0 | 0.95 | 0.12 | 0.06 | 307.67 | 0.9 | 0.5 |
| Hex | F0 | D | D3 | 0 | 5F | C | 6 | 134 | 5A | 32 |
| Octal | 360 | 15 | 323 | 0 | 137 | 14 | 6 | 464 | 132 | 62 |
| Binary | 11110000 | 1101 | 11010011 | 0 | 1011111 | 1100 | 110 | 100110100 | 1011010 | 110010 |
Color Harmonies of #F00DD3
Complementary color
Monochromatic Colors of #F00DD3
Black with #F00DD3
Text Example
Text Example
White with #F00DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00DD3; }
p { color: rgb(240,13,211); }
H1.HeaderClassName
{
color: #F00DD3;
}
.AnyTagClassName
{
color: #F00DD3;
}
</style>
background-color css
<style>
a { background-color: #F00DD3; }
a { background-color: rgb(240,13,211); }
div.DivClassName
{
background-color: #F00DD3;
}
.BgClassName
{
background-color: #F00DD3;
}
</style>
border-color css
<style>
span { border-color: #F00DD3; }
span { border-color: rgb(240,13,211); }
td.TdClassName
{
border-color: #F00DD3;
}
.TagClassName
{
border-color: #F00DD3;
}
</style>