Shades of Hot Magenta #F10AD3
Tints of Hot Magenta #F10AD3
RGB
CMYK
RGB Variations
Color information
#F10AD3 (or 0xF10AD3) is known color: Hot Magenta. HEX triplet: F1, 0A and D3. RGB value is (241,10,211). Sum of RGB (Red+Green+Blue) = 241+10+211=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10AD3 is #0EF52C. Grayscale: #656565. Windows color (decimal): -980269 or 13830897. OLE color: 13830897.
HSL color Cylindrical-coordinate representation of color #F10AD3: hue angle of 307.79º 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 #F10AD3 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 211 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.05 |
| HSL | 307.79º | 0.92% | 0.49% | - |
| HSV(B) | 307.79º | 0.96% | 0.95% | - |
| XYZ | 48.14 | 23.62 | 63.65 | - |
| YUV | 101.98 | 189.53 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 211 | 0 | 0.96 | 0.12 | 0.05 | 307.79 | 0.92 | 0.49 |
| Hex | F1 | A | D3 | 0 | 60 | C | 5 | 134 | 5C | 31 |
| Octal | 361 | 12 | 323 | 0 | 140 | 14 | 5 | 464 | 134 | 61 |
| Binary | 11110001 | 1010 | 11010011 | 0 | 1100000 | 1100 | 101 | 100110100 | 1011100 | 110001 |
Color Harmonies of #F10AD3
Complementary color
Monochromatic Colors of #F10AD3
Black with #F10AD3
Text Example
Text Example
White with #F10AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AD3; }
p { color: rgb(241,10,211); }
H1.HeaderClassName
{
color: #F10AD3;
}
.AnyTagClassName
{
color: #F10AD3;
}
</style>
background-color css
<style>
a { background-color: #F10AD3; }
a { background-color: rgb(241,10,211); }
div.DivClassName
{
background-color: #F10AD3;
}
.BgClassName
{
background-color: #F10AD3;
}
</style>
border-color css
<style>
span { border-color: #F10AD3; }
span { border-color: rgb(241,10,211); }
td.TdClassName
{
border-color: #F10AD3;
}
.TagClassName
{
border-color: #F10AD3;
}
</style>