Shades of Magenta #F21DF6
Tints of Magenta #F21DF6
RGB
CMYK
RGB Variations
Color information
#F21DF6 (or 0xF21DF6) is known color: Magenta. HEX triplet: F2, 1D and F6. RGB value is (242,29,246). Sum of RGB (Red+Green+Blue) = 242+29+246=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 29 (11.72% from 255 or 5.61% from 517); Blue value is 246 (96.48% from 255 or 47.58% from 517); Max value from RGB is 246 - color contains mainly: blue. Hex color #F21DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21DF6 is #0DE209. Grayscale: #747474. Windows color (decimal): -909834 or 16129522. OLE color: 16129522.
HSL color Cylindrical-coordinate representation of color #F21DF6: hue angle of 298.89º degrees, saturation: 0.92, 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 #F21DF6 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 29 | 246 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.04 |
| HSL | 298.89º | 0.92% | 0.54% | - |
| HSV(B) | 298.89º | 0.88% | 0.96% | - |
| XYZ | 53.69 | 26.41 | 89.46 | - |
| YUV | 117.43 | 200.57 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 246 | 0.02 | 0.88 | 0 | 0.04 | 298.89 | 0.92 | 0.54 |
| Hex | F2 | 1D | F6 | 2 | 58 | 0 | 4 | 12B | 5C | 36 |
| Octal | 362 | 35 | 366 | 2 | 130 | 0 | 4 | 453 | 134 | 66 |
| Binary | 11110010 | 11101 | 11110110 | 10 | 1011000 | 0 | 100 | 100101011 | 1011100 | 110110 |
Color Harmonies of #F21DF6
Complementary color
Monochromatic Colors of #F21DF6
Black with #F21DF6
Text Example
Text Example
White with #F21DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DF6; }
p { color: rgb(242,29,246); }
H1.HeaderClassName
{
color: #F21DF6;
}
.AnyTagClassName
{
color: #F21DF6;
}
</style>
background-color css
<style>
a { background-color: #F21DF6; }
a { background-color: rgb(242,29,246); }
div.DivClassName
{
background-color: #F21DF6;
}
.BgClassName
{
background-color: #F21DF6;
}
</style>
border-color css
<style>
span { border-color: #F21DF6; }
span { border-color: rgb(242,29,246); }
td.TdClassName
{
border-color: #F21DF6;
}
.TagClassName
{
border-color: #F21DF6;
}
</style>