Shades of Hot Magenta #F61ADE
Tints of Hot Magenta #F61ADE
RGB
CMYK
RGB Variations
Color information
#F61ADE (or 0xF61ADE) is known color: Hot Magenta. HEX triplet: F6, 1A and DE. RGB value is (246,26,222). Sum of RGB (Red+Green+Blue) = 246+26+222=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 26 (10.55% from 255 or 5.26% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ADE is #09E521. Grayscale: #717171. Windows color (decimal): -648482 or 14555894. OLE color: 14555894.
HSL color Cylindrical-coordinate representation of color #F61ADE: hue angle of 306.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61ADE is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 222 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.04 |
| HSL | 306.55º | 0.92% | 0.53% | - |
| HSV(B) | 306.55º | 0.89% | 0.96% | - |
| XYZ | 51.56 | 25.61 | 71.33 | - |
| YUV | 114.12 | 188.89 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 222 | 0 | 0.89 | 0.10 | 0.04 | 306.55 | 0.92 | 0.53 |
| Hex | F6 | 1A | DE | 0 | 59 | A | 4 | 133 | 5C | 35 |
| Octal | 366 | 32 | 336 | 0 | 131 | 12 | 4 | 463 | 134 | 65 |
| Binary | 11110110 | 11010 | 11011110 | 0 | 1011001 | 1010 | 100 | 100110011 | 1011100 | 110101 |
Color Harmonies of #F61ADE
Complementary color
Monochromatic Colors of #F61ADE
Black with #F61ADE
Text Example
Text Example
White with #F61ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61ADE; }
p { color: rgb(246,26,222); }
H1.HeaderClassName
{
color: #F61ADE;
}
.AnyTagClassName
{
color: #F61ADE;
}
</style>
background-color css
<style>
a { background-color: #F61ADE; }
a { background-color: rgb(246,26,222); }
div.DivClassName
{
background-color: #F61ADE;
}
.BgClassName
{
background-color: #F61ADE;
}
</style>
border-color css
<style>
span { border-color: #F61ADE; }
span { border-color: rgb(246,26,222); }
td.TdClassName
{
border-color: #F61ADE;
}
.TagClassName
{
border-color: #F61ADE;
}
</style>