Shades of Magenta #F921EC
Tints of Magenta #F921EC
RGB
CMYK
RGB Variations
Color information
#F921EC (or 0xF921EC) is known color: Magenta. HEX triplet: F9, 21 and EC. RGB value is (249,33,236). Sum of RGB (Red+Green+Blue) = 249+33+236=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 33 (13.28% from 255 or 6.37% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F921EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F921EC is #06DE13. Grayscale: #787878. Windows color (decimal): -450068 or 15475193. OLE color: 15475193.
HSL color Cylindrical-coordinate representation of color #F921EC: hue angle of 303.61º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F921EC is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 236 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.02 |
| HSL | 303.61º | 0.95% | 0.55% | - |
| HSV(B) | 303.61º | 0.87% | 0.98% | - |
| XYZ | 54.75 | 27.28 | 81.74 | - |
| YUV | 120.73 | 193.06 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 236 | 0 | 0.87 | 0.05 | 0.02 | 303.61 | 0.95 | 0.55 |
| Hex | F9 | 21 | EC | 0 | 57 | 5 | 2 | 130 | 5F | 37 |
| Octal | 371 | 41 | 354 | 0 | 127 | 5 | 2 | 460 | 137 | 67 |
| Binary | 11111001 | 100001 | 11101100 | 0 | 1010111 | 101 | 10 | 100110000 | 1011111 | 110111 |
Color Harmonies of #F921EC
Complementary color
Monochromatic Colors of #F921EC
Black with #F921EC
Text Example
Text Example
White with #F921EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F921EC; }
p { color: rgb(249,33,236); }
H1.HeaderClassName
{
color: #F921EC;
}
.AnyTagClassName
{
color: #F921EC;
}
</style>
background-color css
<style>
a { background-color: #F921EC; }
a { background-color: rgb(249,33,236); }
div.DivClassName
{
background-color: #F921EC;
}
.BgClassName
{
background-color: #F921EC;
}
</style>
border-color css
<style>
span { border-color: #F921EC; }
span { border-color: rgb(249,33,236); }
td.TdClassName
{
border-color: #F921EC;
}
.TagClassName
{
border-color: #F921EC;
}
</style>