Shades of Hot Magenta #F10AD1
Tints of Hot Magenta #F10AD1
RGB
CMYK
RGB Variations
Color information
#F10AD1 (or 0xF10AD1) is known color: Hot Magenta. HEX triplet: F1, 0A and D1. RGB value is (241,10,209). Sum of RGB (Red+Green+Blue) = 241+10+209=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 10 (4.30% from 255 or 2.17% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10AD1 is #0EF52E. Grayscale: #656565. Windows color (decimal): -980271 or 13699825. OLE color: 13699825.
HSL color Cylindrical-coordinate representation of color #F10AD1: hue angle of 308.31º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10AD1 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 209 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.05 |
| HSL | 308.31º | 0.92% | 0.49% | - |
| HSV(B) | 308.31º | 0.96% | 0.95% | - |
| XYZ | 47.89 | 23.52 | 62.34 | - |
| YUV | 101.76 | 188.53 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 209 | 0 | 0.96 | 0.13 | 0.05 | 308.31 | 0.92 | 0.49 |
| Hex | F1 | A | D1 | 0 | 60 | D | 5 | 134 | 5C | 31 |
| Octal | 361 | 12 | 321 | 0 | 140 | 15 | 5 | 464 | 134 | 61 |
| Binary | 11110001 | 1010 | 11010001 | 0 | 1100000 | 1101 | 101 | 100110100 | 1011100 | 110001 |
Color Harmonies of #F10AD1
Complementary color
Monochromatic Colors of #F10AD1
Black with #F10AD1
Text Example
Text Example
White with #F10AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AD1; }
p { color: rgb(241,10,209); }
H1.HeaderClassName
{
color: #F10AD1;
}
.AnyTagClassName
{
color: #F10AD1;
}
</style>
background-color css
<style>
a { background-color: #F10AD1; }
a { background-color: rgb(241,10,209); }
div.DivClassName
{
background-color: #F10AD1;
}
.BgClassName
{
background-color: #F10AD1;
}
</style>
border-color css
<style>
span { border-color: #F10AD1; }
span { border-color: rgb(241,10,209); }
td.TdClassName
{
border-color: #F10AD1;
}
.TagClassName
{
border-color: #F10AD1;
}
</style>