Shades of Hot Magenta #F10FDD
Tints of Hot Magenta #F10FDD
RGB
CMYK
RGB Variations
Color information
#F10FDD (or 0xF10FDD) is known color: Hot Magenta. HEX triplet: F1, 0F and DD. RGB value is (241,15,221). Sum of RGB (Red+Green+Blue) = 241+15+221=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FDD is #0EF022. Grayscale: #696969. Windows color (decimal): -978979 or 14487537. OLE color: 14487537.
HSL color Cylindrical-coordinate representation of color #F10FDD: hue angle of 305.31º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FDD is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 221 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.05 |
| HSL | 305.31º | 0.89% | 0.5% | - |
| HSV(B) | 305.31º | 0.94% | 0.95% | - |
| XYZ | 49.5 | 24.26 | 70.48 | - |
| YUV | 106.06 | 192.87 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 221 | 0 | 0.94 | 0.08 | 0.05 | 305.31 | 0.89 | 0.5 |
| Hex | F1 | F | DD | 0 | 5E | 8 | 5 | 131 | 59 | 32 |
| Octal | 361 | 17 | 335 | 0 | 136 | 10 | 5 | 461 | 131 | 62 |
| Binary | 11110001 | 1111 | 11011101 | 0 | 1011110 | 1000 | 101 | 100110001 | 1011001 | 110010 |
Color Harmonies of #F10FDD
Complementary color
Monochromatic Colors of #F10FDD
Black with #F10FDD
Text Example
Text Example
White with #F10FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FDD; }
p { color: rgb(241,15,221); }
H1.HeaderClassName
{
color: #F10FDD;
}
.AnyTagClassName
{
color: #F10FDD;
}
</style>
background-color css
<style>
a { background-color: #F10FDD; }
a { background-color: rgb(241,15,221); }
div.DivClassName
{
background-color: #F10FDD;
}
.BgClassName
{
background-color: #F10FDD;
}
</style>
border-color css
<style>
span { border-color: #F10FDD; }
span { border-color: rgb(241,15,221); }
td.TdClassName
{
border-color: #F10FDD;
}
.TagClassName
{
border-color: #F10FDD;
}
</style>