Shades of Hot Magenta #F10DD0
Tints of Hot Magenta #F10DD0
RGB
CMYK
RGB Variations
Color information
#F10DD0 (or 0xF10DD0) is known color: Hot Magenta. HEX triplet: F1, 0D and D0. RGB value is (241,13,208). Sum of RGB (Red+Green+Blue) = 241+13+208=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DD0 is #0EF22F. Grayscale: #666666. Windows color (decimal): -979504 or 13635057. OLE color: 13635057.
HSL color Cylindrical-coordinate representation of color #F10DD0: hue angle of 308.68º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10DD0 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 208 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.05 |
| HSL | 308.68º | 0.9% | 0.5% | - |
| HSV(B) | 308.68º | 0.95% | 0.95% | - |
| XYZ | 47.8 | 23.54 | 61.7 | - |
| YUV | 103.4 | 187.04 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 208 | 0 | 0.95 | 0.14 | 0.05 | 308.68 | 0.9 | 0.5 |
| Hex | F1 | D | D0 | 0 | 5F | E | 5 | 135 | 5A | 32 |
| Octal | 361 | 15 | 320 | 0 | 137 | 16 | 5 | 465 | 132 | 62 |
| Binary | 11110001 | 1101 | 11010000 | 0 | 1011111 | 1110 | 101 | 100110101 | 1011010 | 110010 |
Color Harmonies of #F10DD0
Complementary color
Monochromatic Colors of #F10DD0
Black with #F10DD0
Text Example
Text Example
White with #F10DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DD0; }
p { color: rgb(241,13,208); }
H1.HeaderClassName
{
color: #F10DD0;
}
.AnyTagClassName
{
color: #F10DD0;
}
</style>
background-color css
<style>
a { background-color: #F10DD0; }
a { background-color: rgb(241,13,208); }
div.DivClassName
{
background-color: #F10DD0;
}
.BgClassName
{
background-color: #F10DD0;
}
</style>
border-color css
<style>
span { border-color: #F10DD0; }
span { border-color: rgb(241,13,208); }
td.TdClassName
{
border-color: #F10DD0;
}
.TagClassName
{
border-color: #F10DD0;
}
</style>