Shades of Hot Magenta #F003DD
Tints of Hot Magenta #F003DD
RGB
CMYK
RGB Variations
Color information
#F003DD (or 0xF003DD) is known color: Hot Magenta. HEX triplet: F0, 03 and DD. RGB value is (240,3,221). Sum of RGB (Red+Green+Blue) = 240+3+221=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 3 (1.56% from 255 or 0.65% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F003DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003DD is #0FFC22. Grayscale: #626262. Windows color (decimal): -1047587 or 14484464. OLE color: 14484464.
HSL color Cylindrical-coordinate representation of color #F003DD: hue angle of 304.81º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003DD is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 221 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.06 |
| HSL | 304.81º | 0.98% | 0.48% | - |
| HSV(B) | 304.81º | 0.99% | 0.94% | - |
| XYZ | 49.02 | 23.81 | 70.42 | - |
| YUV | 98.72 | 197.02 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 221 | 0 | 0.99 | 0.08 | 0.06 | 304.81 | 0.98 | 0.48 |
| Hex | F0 | 3 | DD | 0 | 63 | 8 | 6 | 131 | 62 | 30 |
| Octal | 360 | 3 | 335 | 0 | 143 | 10 | 6 | 461 | 142 | 60 |
| Binary | 11110000 | 11 | 11011101 | 0 | 1100011 | 1000 | 110 | 100110001 | 1100010 | 110000 |
Color Harmonies of #F003DD
Complementary color
Monochromatic Colors of #F003DD
Black with #F003DD
Text Example
Text Example
White with #F003DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003DD; }
p { color: rgb(240,3,221); }
H1.HeaderClassName
{
color: #F003DD;
}
.AnyTagClassName
{
color: #F003DD;
}
</style>
background-color css
<style>
a { background-color: #F003DD; }
a { background-color: rgb(240,3,221); }
div.DivClassName
{
background-color: #F003DD;
}
.BgClassName
{
background-color: #F003DD;
}
</style>
border-color css
<style>
span { border-color: #F003DD; }
span { border-color: rgb(240,3,221); }
td.TdClassName
{
border-color: #F003DD;
}
.TagClassName
{
border-color: #F003DD;
}
</style>