Shades of Hot Magenta #F21ADF
Tints of Hot Magenta #F21ADF
RGB
CMYK
RGB Variations
Color information
#F21ADF (or 0xF21ADF) is known color: Hot Magenta. HEX triplet: F2, 1A and DF. RGB value is (242,26,223). Sum of RGB (Red+Green+Blue) = 242+26+223=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ADF is #0DE520. Grayscale: #707070. Windows color (decimal): -910625 or 14621426. OLE color: 14621426.
HSL color Cylindrical-coordinate representation of color #F21ADF: hue angle of 305.28º 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 #F21ADF is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 223 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.05 |
| HSL | 305.28º | 0.89% | 0.53% | - |
| HSV(B) | 305.28º | 0.89% | 0.95% | - |
| XYZ | 50.31 | 24.94 | 71.98 | - |
| YUV | 113.04 | 190.06 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 223 | 0 | 0.89 | 0.08 | 0.05 | 305.28 | 0.89 | 0.53 |
| Hex | F2 | 1A | DF | 0 | 59 | 8 | 5 | 131 | 59 | 35 |
| Octal | 362 | 32 | 337 | 0 | 131 | 10 | 5 | 461 | 131 | 65 |
| Binary | 11110010 | 11010 | 11011111 | 0 | 1011001 | 1000 | 101 | 100110001 | 1011001 | 110101 |
Color Harmonies of #F21ADF
Complementary color
Monochromatic Colors of #F21ADF
Black with #F21ADF
Text Example
Text Example
White with #F21ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21ADF; }
p { color: rgb(242,26,223); }
H1.HeaderClassName
{
color: #F21ADF;
}
.AnyTagClassName
{
color: #F21ADF;
}
</style>
background-color css
<style>
a { background-color: #F21ADF; }
a { background-color: rgb(242,26,223); }
div.DivClassName
{
background-color: #F21ADF;
}
.BgClassName
{
background-color: #F21ADF;
}
</style>
border-color css
<style>
span { border-color: #F21ADF; }
span { border-color: rgb(242,26,223); }
td.TdClassName
{
border-color: #F21ADF;
}
.TagClassName
{
border-color: #F21ADF;
}
</style>