Shades of Magenta #F21DF0
Tints of Magenta #F21DF0
RGB
CMYK
RGB Variations
Color information
#F21DF0 (or 0xF21DF0) is known color: Magenta. HEX triplet: F2, 1D and F0. RGB value is (242,29,240). Sum of RGB (Red+Green+Blue) = 242+29+240=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 29 (11.72% from 255 or 5.68% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21DF0 is #0DE20F. Grayscale: #747474. Windows color (decimal): -909840 or 15736306. OLE color: 15736306.
HSL color Cylindrical-coordinate representation of color #F21DF0: hue angle of 300.56º 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 #F21DF0 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 240 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.05 |
| HSL | 300.56º | 0.89% | 0.53% | - |
| HSV(B) | 300.56º | 0.88% | 0.95% | - |
| XYZ | 52.79 | 26.05 | 84.68 | - |
| YUV | 116.74 | 197.57 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 240 | 0 | 0.88 | 0.01 | 0.05 | 300.56 | 0.89 | 0.53 |
| Hex | F2 | 1D | F0 | 0 | 58 | 1 | 5 | 12D | 59 | 35 |
| Octal | 362 | 35 | 360 | 0 | 130 | 1 | 5 | 455 | 131 | 65 |
| Binary | 11110010 | 11101 | 11110000 | 0 | 1011000 | 1 | 101 | 100101101 | 1011001 | 110101 |
Color Harmonies of #F21DF0
Complementary color
Monochromatic Colors of #F21DF0
Black with #F21DF0
Text Example
Text Example
White with #F21DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DF0; }
p { color: rgb(242,29,240); }
H1.HeaderClassName
{
color: #F21DF0;
}
.AnyTagClassName
{
color: #F21DF0;
}
</style>
background-color css
<style>
a { background-color: #F21DF0; }
a { background-color: rgb(242,29,240); }
div.DivClassName
{
background-color: #F21DF0;
}
.BgClassName
{
background-color: #F21DF0;
}
</style>
border-color css
<style>
span { border-color: #F21DF0; }
span { border-color: rgb(242,29,240); }
td.TdClassName
{
border-color: #F21DF0;
}
.TagClassName
{
border-color: #F21DF0;
}
</style>