Shades of Magenta #F21DED
Tints of Magenta #F21DED
RGB
CMYK
RGB Variations
Color information
#F21DED (or 0xF21DED) is known color: Magenta. HEX triplet: F2, 1D and ED. RGB value is (242,29,237). Sum of RGB (Red+Green+Blue) = 242+29+237=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 29 (11.72% from 255 or 5.71% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21DED is #0DE212. Grayscale: #737373. Windows color (decimal): -909843 or 15539698. OLE color: 15539698.
HSL color Cylindrical-coordinate representation of color #F21DED: hue angle of 301.41º 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 #F21DED is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 237 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.05 |
| HSL | 301.41º | 0.89% | 0.53% | - |
| HSV(B) | 301.41º | 0.88% | 0.95% | - |
| XYZ | 52.34 | 25.87 | 82.36 | - |
| YUV | 116.4 | 196.07 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 237 | 0 | 0.88 | 0.02 | 0.05 | 301.41 | 0.89 | 0.53 |
| Hex | F2 | 1D | ED | 0 | 58 | 2 | 5 | 12D | 59 | 35 |
| Octal | 362 | 35 | 355 | 0 | 130 | 2 | 5 | 455 | 131 | 65 |
| Binary | 11110010 | 11101 | 11101101 | 0 | 1011000 | 10 | 101 | 100101101 | 1011001 | 110101 |
Color Harmonies of #F21DED
Complementary color
Monochromatic Colors of #F21DED
Black with #F21DED
Text Example
Text Example
White with #F21DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DED; }
p { color: rgb(242,29,237); }
H1.HeaderClassName
{
color: #F21DED;
}
.AnyTagClassName
{
color: #F21DED;
}
</style>
background-color css
<style>
a { background-color: #F21DED; }
a { background-color: rgb(242,29,237); }
div.DivClassName
{
background-color: #F21DED;
}
.BgClassName
{
background-color: #F21DED;
}
</style>
border-color css
<style>
span { border-color: #F21DED; }
span { border-color: rgb(242,29,237); }
td.TdClassName
{
border-color: #F21DED;
}
.TagClassName
{
border-color: #F21DED;
}
</style>