Shades of Hot Magenta #F10FD2
Tints of Hot Magenta #F10FD2
RGB
CMYK
RGB Variations
Color information
#F10FD2 (or 0xF10FD2) is known color: Hot Magenta. HEX triplet: F1, 0F and D2. RGB value is (241,15,210). Sum of RGB (Red+Green+Blue) = 241+15+210=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FD2 is #0EF02D. Grayscale: #686868. Windows color (decimal): -978990 or 13766641. OLE color: 13766641.
HSL color Cylindrical-coordinate representation of color #F10FD2: hue angle of 308.23º 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 #F10FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 210 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.05 |
| HSL | 308.23º | 0.89% | 0.5% | - |
| HSV(B) | 308.23º | 0.94% | 0.95% | - |
| XYZ | 48.08 | 23.7 | 63.01 | - |
| YUV | 104.8 | 187.37 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 210 | 0 | 0.94 | 0.13 | 0.05 | 308.23 | 0.89 | 0.5 |
| Hex | F1 | F | D2 | 0 | 5E | D | 5 | 134 | 59 | 32 |
| Octal | 361 | 17 | 322 | 0 | 136 | 15 | 5 | 464 | 131 | 62 |
| Binary | 11110001 | 1111 | 11010010 | 0 | 1011110 | 1101 | 101 | 100110100 | 1011001 | 110010 |
Color Harmonies of #F10FD2
Complementary color
Monochromatic Colors of #F10FD2
Black with #F10FD2
Text Example
Text Example
White with #F10FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FD2; }
p { color: rgb(241,15,210); }
H1.HeaderClassName
{
color: #F10FD2;
}
.AnyTagClassName
{
color: #F10FD2;
}
</style>
background-color css
<style>
a { background-color: #F10FD2; }
a { background-color: rgb(241,15,210); }
div.DivClassName
{
background-color: #F10FD2;
}
.BgClassName
{
background-color: #F10FD2;
}
</style>
border-color css
<style>
span { border-color: #F10FD2; }
span { border-color: rgb(241,15,210); }
td.TdClassName
{
border-color: #F10FD2;
}
.TagClassName
{
border-color: #F10FD2;
}
</style>