Shades of Magenta #F21DF4
Tints of Magenta #F21DF4
RGB
CMYK
RGB Variations
Color information
#F21DF4 (or 0xF21DF4) is known color: Magenta. HEX triplet: F2, 1D and F4. RGB value is (242,29,244). Sum of RGB (Red+Green+Blue) = 242+29+244=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 29 (11.72% from 255 or 5.63% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #F21DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21DF4 is #0DE20B. Grayscale: #747474. Windows color (decimal): -909836 or 15998450. OLE color: 15998450.
HSL color Cylindrical-coordinate representation of color #F21DF4: hue angle of 299.44º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DF4 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 29 | 244 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.04 |
| HSL | 299.44º | 0.91% | 0.54% | - |
| HSV(B) | 299.44º | 0.88% | 0.96% | - |
| XYZ | 53.39 | 26.29 | 87.85 | - |
| YUV | 117.2 | 199.57 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 244 | 0.01 | 0.88 | 0 | 0.04 | 299.44 | 0.91 | 0.54 |
| Hex | F2 | 1D | F4 | 1 | 58 | 0 | 4 | 12B | 5B | 36 |
| Octal | 362 | 35 | 364 | 1 | 130 | 0 | 4 | 453 | 133 | 66 |
| Binary | 11110010 | 11101 | 11110100 | 1 | 1011000 | 0 | 100 | 100101011 | 1011011 | 110110 |
Color Harmonies of #F21DF4
Complementary color
Monochromatic Colors of #F21DF4
Black with #F21DF4
Text Example
Text Example
White with #F21DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DF4; }
p { color: rgb(242,29,244); }
H1.HeaderClassName
{
color: #F21DF4;
}
.AnyTagClassName
{
color: #F21DF4;
}
</style>
background-color css
<style>
a { background-color: #F21DF4; }
a { background-color: rgb(242,29,244); }
div.DivClassName
{
background-color: #F21DF4;
}
.BgClassName
{
background-color: #F21DF4;
}
</style>
border-color css
<style>
span { border-color: #F21DF4; }
span { border-color: rgb(242,29,244); }
td.TdClassName
{
border-color: #F21DF4;
}
.TagClassName
{
border-color: #F21DF4;
}
</style>