Shades of Magenta #F21EEF
Tints of Magenta #F21EEF
RGB
CMYK
RGB Variations
Color information
#F21EEF (or 0xF21EEF) is known color: Magenta. HEX triplet: F2, 1E and EF. RGB value is (242,30,239). Sum of RGB (Red+Green+Blue) = 242+30+239=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 30 (12.11% from 255 or 5.87% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21EEF is #0DE110. Grayscale: #747474. Windows color (decimal): -909585 or 15671026. OLE color: 15671026.
HSL color Cylindrical-coordinate representation of color #F21EEF: hue angle of 300.85º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21EEF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 239 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.05 |
| HSL | 300.85º | 0.89% | 0.53% | - |
| HSV(B) | 300.85º | 0.88% | 0.95% | - |
| XYZ | 52.66 | 26.04 | 83.91 | - |
| YUV | 117.21 | 196.74 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 239 | 0 | 0.88 | 0.01 | 0.05 | 300.85 | 0.89 | 0.53 |
| Hex | F2 | 1E | EF | 0 | 58 | 1 | 5 | 12D | 59 | 35 |
| Octal | 362 | 36 | 357 | 0 | 130 | 1 | 5 | 455 | 131 | 65 |
| Binary | 11110010 | 11110 | 11101111 | 0 | 1011000 | 1 | 101 | 100101101 | 1011001 | 110101 |
Color Harmonies of #F21EEF
Complementary color
Monochromatic Colors of #F21EEF
Black with #F21EEF
Text Example
Text Example
White with #F21EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21EEF; }
p { color: rgb(242,30,239); }
H1.HeaderClassName
{
color: #F21EEF;
}
.AnyTagClassName
{
color: #F21EEF;
}
</style>
background-color css
<style>
a { background-color: #F21EEF; }
a { background-color: rgb(242,30,239); }
div.DivClassName
{
background-color: #F21EEF;
}
.BgClassName
{
background-color: #F21EEF;
}
</style>
border-color css
<style>
span { border-color: #F21EEF; }
span { border-color: rgb(242,30,239); }
td.TdClassName
{
border-color: #F21EEF;
}
.TagClassName
{
border-color: #F21EEF;
}
</style>