Shades of Magenta #F21FED
Tints of Magenta #F21FED
RGB
CMYK
RGB Variations
Color information
#F21FED (or 0xF21FED) is known color: Magenta. HEX triplet: F2, 1F and ED. RGB value is (242,31,237). Sum of RGB (Red+Green+Blue) = 242+31+237=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 31 (12.5% from 255 or 6.08% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21FED is #0DE012. Grayscale: #747474. Windows color (decimal): -909331 or 15540210. OLE color: 15540210.
HSL color Cylindrical-coordinate representation of color #F21FED: hue angle of 301.42º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21FED is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 237 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.05 |
| HSL | 301.42º | 0.89% | 0.54% | - |
| HSV(B) | 301.42º | 0.87% | 0.95% | - |
| XYZ | 52.39 | 25.97 | 82.37 | - |
| YUV | 117.57 | 195.4 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 237 | 0 | 0.87 | 0.02 | 0.05 | 301.42 | 0.89 | 0.54 |
| Hex | F2 | 1F | ED | 0 | 57 | 2 | 5 | 12D | 59 | 36 |
| Octal | 362 | 37 | 355 | 0 | 127 | 2 | 5 | 455 | 131 | 66 |
| Binary | 11110010 | 11111 | 11101101 | 0 | 1010111 | 10 | 101 | 100101101 | 1011001 | 110110 |
Color Harmonies of #F21FED
Complementary color
Monochromatic Colors of #F21FED
Black with #F21FED
Text Example
Text Example
White with #F21FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FED; }
p { color: rgb(242,31,237); }
H1.HeaderClassName
{
color: #F21FED;
}
.AnyTagClassName
{
color: #F21FED;
}
</style>
background-color css
<style>
a { background-color: #F21FED; }
a { background-color: rgb(242,31,237); }
div.DivClassName
{
background-color: #F21FED;
}
.BgClassName
{
background-color: #F21FED;
}
</style>
border-color css
<style>
span { border-color: #F21FED; }
span { border-color: rgb(242,31,237); }
td.TdClassName
{
border-color: #F21FED;
}
.TagClassName
{
border-color: #F21FED;
}
</style>