Shades of Magenta #F21AF4
Tints of Magenta #F21AF4
RGB
CMYK
RGB Variations
Color information
#F21AF4 (or 0xF21AF4) is known color: Magenta. HEX triplet: F2, 1A and F4. RGB value is (242,26,244). Sum of RGB (Red+Green+Blue) = 242+26+244=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 26 (10.55% from 255 or 5.08% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #F21AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21AF4 is #0DE50B. Grayscale: #727272. Windows color (decimal): -910604 or 15997682. OLE color: 15997682.
HSL color Cylindrical-coordinate representation of color #F21AF4: hue angle of 299.45º degrees, saturation: 0.91, 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 #F21AF4 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 26 | 244 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.04 |
| HSL | 299.45º | 0.91% | 0.53% | - |
| HSV(B) | 299.45º | 0.89% | 0.96% | - |
| XYZ | 53.32 | 26.15 | 87.82 | - |
| YUV | 115.44 | 200.56 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 244 | 0.01 | 0.89 | 0 | 0.04 | 299.45 | 0.91 | 0.53 |
| Hex | F2 | 1A | F4 | 1 | 59 | 0 | 4 | 12B | 5B | 35 |
| Octal | 362 | 32 | 364 | 1 | 131 | 0 | 4 | 453 | 133 | 65 |
| Binary | 11110010 | 11010 | 11110100 | 1 | 1011001 | 0 | 100 | 100101011 | 1011011 | 110101 |
Color Harmonies of #F21AF4
Complementary color
Monochromatic Colors of #F21AF4
Black with #F21AF4
Text Example
Text Example
White with #F21AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AF4; }
p { color: rgb(242,26,244); }
H1.HeaderClassName
{
color: #F21AF4;
}
.AnyTagClassName
{
color: #F21AF4;
}
</style>
background-color css
<style>
a { background-color: #F21AF4; }
a { background-color: rgb(242,26,244); }
div.DivClassName
{
background-color: #F21AF4;
}
.BgClassName
{
background-color: #F21AF4;
}
</style>
border-color css
<style>
span { border-color: #F21AF4; }
span { border-color: rgb(242,26,244); }
td.TdClassName
{
border-color: #F21AF4;
}
.TagClassName
{
border-color: #F21AF4;
}
</style>