Shades of Hot Magenta #F10DD1
Tints of Hot Magenta #F10DD1
RGB
CMYK
RGB Variations
Color information
#F10DD1 (or 0xF10DD1) is known color: Hot Magenta. HEX triplet: F1, 0D and D1. RGB value is (241,13,209). Sum of RGB (Red+Green+Blue) = 241+13+209=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DD1 is #0EF22E. Grayscale: #666666. Windows color (decimal): -979503 or 13700593. OLE color: 13700593.
HSL color Cylindrical-coordinate representation of color #F10DD1: hue angle of 308.42º 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 #F10DD1 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 209 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.05 |
| HSL | 308.42º | 0.9% | 0.5% | - |
| HSV(B) | 308.42º | 0.95% | 0.95% | - |
| XYZ | 47.93 | 23.59 | 62.35 | - |
| YUV | 103.52 | 187.54 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 209 | 0 | 0.95 | 0.13 | 0.05 | 308.42 | 0.9 | 0.5 |
| Hex | F1 | D | D1 | 0 | 5F | D | 5 | 134 | 5A | 32 |
| Octal | 361 | 15 | 321 | 0 | 137 | 15 | 5 | 464 | 132 | 62 |
| Binary | 11110001 | 1101 | 11010001 | 0 | 1011111 | 1101 | 101 | 100110100 | 1011010 | 110010 |
Color Harmonies of #F10DD1
Complementary color
Monochromatic Colors of #F10DD1
Black with #F10DD1
Text Example
Text Example
White with #F10DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DD1; }
p { color: rgb(241,13,209); }
H1.HeaderClassName
{
color: #F10DD1;
}
.AnyTagClassName
{
color: #F10DD1;
}
</style>
background-color css
<style>
a { background-color: #F10DD1; }
a { background-color: rgb(241,13,209); }
div.DivClassName
{
background-color: #F10DD1;
}
.BgClassName
{
background-color: #F10DD1;
}
</style>
border-color css
<style>
span { border-color: #F10DD1; }
span { border-color: rgb(241,13,209); }
td.TdClassName
{
border-color: #F10DD1;
}
.TagClassName
{
border-color: #F10DD1;
}
</style>