Shades of Hot Magenta #F10ADD
Tints of Hot Magenta #F10ADD
RGB
CMYK
RGB Variations
Color information
#F10ADD (or 0xF10ADD) is known color: Hot Magenta. HEX triplet: F1, 0A and DD. RGB value is (241,10,221). Sum of RGB (Red+Green+Blue) = 241+10+221=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F10ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10ADD is #0EF522. Grayscale: #666666. Windows color (decimal): -980259 or 14486257. OLE color: 14486257.
HSL color Cylindrical-coordinate representation of color #F10ADD: hue angle of 305.19º 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 #F10ADD is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 221 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.05 |
| HSL | 305.19º | 0.92% | 0.49% | - |
| HSV(B) | 305.19º | 0.96% | 0.95% | - |
| XYZ | 49.44 | 24.14 | 70.46 | - |
| YUV | 103.12 | 194.53 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 221 | 0 | 0.96 | 0.08 | 0.05 | 305.19 | 0.92 | 0.49 |
| Hex | F1 | A | DD | 0 | 60 | 8 | 5 | 131 | 5C | 31 |
| Octal | 361 | 12 | 335 | 0 | 140 | 10 | 5 | 461 | 134 | 61 |
| Binary | 11110001 | 1010 | 11011101 | 0 | 1100000 | 1000 | 101 | 100110001 | 1011100 | 110001 |
Color Harmonies of #F10ADD
Complementary color
Monochromatic Colors of #F10ADD
Black with #F10ADD
Text Example
Text Example
White with #F10ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10ADD; }
p { color: rgb(241,10,221); }
H1.HeaderClassName
{
color: #F10ADD;
}
.AnyTagClassName
{
color: #F10ADD;
}
</style>
background-color css
<style>
a { background-color: #F10ADD; }
a { background-color: rgb(241,10,221); }
div.DivClassName
{
background-color: #F10ADD;
}
.BgClassName
{
background-color: #F10ADD;
}
</style>
border-color css
<style>
span { border-color: #F10ADD; }
span { border-color: rgb(241,10,221); }
td.TdClassName
{
border-color: #F10ADD;
}
.TagClassName
{
border-color: #F10ADD;
}
</style>