Shades of Hot Magenta #F10ADE
Tints of Hot Magenta #F10ADE
RGB
CMYK
RGB Variations
Color information
#F10ADE (or 0xF10ADE) is known color: Hot Magenta. HEX triplet: F1, 0A and DE. RGB value is (241,10,222). Sum of RGB (Red+Green+Blue) = 241+10+222=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 10 (4.30% from 255 or 2.11% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F10ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10ADE is #0EF521. Grayscale: #666666. Windows color (decimal): -980258 or 14551793. OLE color: 14551793.
HSL color Cylindrical-coordinate representation of color #F10ADE: hue angle of 304.94º 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 #F10ADE is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 222 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.05 |
| HSL | 304.94º | 0.92% | 0.49% | - |
| HSV(B) | 304.94º | 0.96% | 0.95% | - |
| XYZ | 49.57 | 24.19 | 71.16 | - |
| YUV | 103.24 | 195.03 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 222 | 0 | 0.96 | 0.08 | 0.05 | 304.94 | 0.92 | 0.49 |
| Hex | F1 | A | DE | 0 | 60 | 8 | 5 | 131 | 5C | 31 |
| Octal | 361 | 12 | 336 | 0 | 140 | 10 | 5 | 461 | 134 | 61 |
| Binary | 11110001 | 1010 | 11011110 | 0 | 1100000 | 1000 | 101 | 100110001 | 1011100 | 110001 |
Color Harmonies of #F10ADE
Complementary color
Monochromatic Colors of #F10ADE
Black with #F10ADE
Text Example
Text Example
White with #F10ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10ADE; }
p { color: rgb(241,10,222); }
H1.HeaderClassName
{
color: #F10ADE;
}
.AnyTagClassName
{
color: #F10ADE;
}
</style>
background-color css
<style>
a { background-color: #F10ADE; }
a { background-color: rgb(241,10,222); }
div.DivClassName
{
background-color: #F10ADE;
}
.BgClassName
{
background-color: #F10ADE;
}
</style>
border-color css
<style>
span { border-color: #F10ADE; }
span { border-color: rgb(241,10,222); }
td.TdClassName
{
border-color: #F10ADE;
}
.TagClassName
{
border-color: #F10ADE;
}
</style>