Shades of Hot Magenta #F21ADE
Tints of Hot Magenta #F21ADE
RGB
CMYK
RGB Variations
Color information
#F21ADE (or 0xF21ADE) is known color: Hot Magenta. HEX triplet: F2, 1A and DE. RGB value is (242,26,222). Sum of RGB (Red+Green+Blue) = 242+26+222=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ADE is #0DE521. Grayscale: #707070. Windows color (decimal): -910626 or 14555890. OLE color: 14555890.
HSL color Cylindrical-coordinate representation of color #F21ADE: hue angle of 305.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21ADE is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 222 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.05 |
| HSL | 305.56º | 0.89% | 0.53% | - |
| HSV(B) | 305.56º | 0.89% | 0.95% | - |
| XYZ | 50.17 | 24.89 | 71.27 | - |
| YUV | 112.93 | 189.56 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 222 | 0 | 0.89 | 0.08 | 0.05 | 305.56 | 0.89 | 0.53 |
| Hex | F2 | 1A | DE | 0 | 59 | 8 | 5 | 132 | 59 | 35 |
| Octal | 362 | 32 | 336 | 0 | 131 | 10 | 5 | 462 | 131 | 65 |
| Binary | 11110010 | 11010 | 11011110 | 0 | 1011001 | 1000 | 101 | 100110010 | 1011001 | 110101 |
Color Harmonies of #F21ADE
Complementary color
Monochromatic Colors of #F21ADE
Black with #F21ADE
Text Example
Text Example
White with #F21ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ADE; }
p { color: rgb(242,26,222); }
H1.HeaderClassName
{
color: #F21ADE;
}
.AnyTagClassName
{
color: #F21ADE;
}
</style>
background-color css
<style>
a { background-color: #F21ADE; }
a { background-color: rgb(242,26,222); }
div.DivClassName
{
background-color: #F21ADE;
}
.BgClassName
{
background-color: #F21ADE;
}
</style>
border-color css
<style>
span { border-color: #F21ADE; }
span { border-color: rgb(242,26,222); }
td.TdClassName
{
border-color: #F21ADE;
}
.TagClassName
{
border-color: #F21ADE;
}
</style>