Shades of Magenta #F21DF9
Tints of Magenta #F21DF9
RGB
CMYK
RGB Variations
Color information
#F21DF9 (or 0xF21DF9) is known color: Magenta. HEX triplet: F2, 1D and F9. RGB value is (242,29,249). Sum of RGB (Red+Green+Blue) = 242+29+249=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 29 (11.72% from 255 or 5.58% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #F21DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21DF9 is #0DE206. Grayscale: #757575. Windows color (decimal): -909831 or 16326130. OLE color: 16326130.
HSL color Cylindrical-coordinate representation of color #F21DF9: hue angle of 298.09º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DF9 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 29 | 249 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.02 |
| HSL | 298.09º | 0.95% | 0.55% | - |
| HSV(B) | 298.09º | 0.88% | 0.98% | - |
| XYZ | 54.16 | 26.6 | 91.9 | - |
| YUV | 117.77 | 202.07 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 249 | 0.03 | 0.88 | 0 | 0.02 | 298.09 | 0.95 | 0.55 |
| Hex | F2 | 1D | F9 | 3 | 58 | 0 | 2 | 12A | 5F | 37 |
| Octal | 362 | 35 | 371 | 3 | 130 | 0 | 2 | 452 | 137 | 67 |
| Binary | 11110010 | 11101 | 11111001 | 11 | 1011000 | 0 | 10 | 100101010 | 1011111 | 110111 |
Color Harmonies of #F21DF9
Complementary color
Monochromatic Colors of #F21DF9
Black with #F21DF9
Text Example
Text Example
White with #F21DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DF9; }
p { color: rgb(242,29,249); }
H1.HeaderClassName
{
color: #F21DF9;
}
.AnyTagClassName
{
color: #F21DF9;
}
</style>
background-color css
<style>
a { background-color: #F21DF9; }
a { background-color: rgb(242,29,249); }
div.DivClassName
{
background-color: #F21DF9;
}
.BgClassName
{
background-color: #F21DF9;
}
</style>
border-color css
<style>
span { border-color: #F21DF9; }
span { border-color: rgb(242,29,249); }
td.TdClassName
{
border-color: #F21DF9;
}
.TagClassName
{
border-color: #F21DF9;
}
</style>