Shades of Magenta #F322ED
Tints of Magenta #F322ED
RGB
CMYK
RGB Variations
Color information
#F322ED (or 0xF322ED) is known color: Magenta. HEX triplet: F3, 22 and ED. RGB value is (243,34,237). Sum of RGB (Red+Green+Blue) = 243+34+237=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 34 (13.67% from 255 or 6.61% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F322ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F322ED is #0CDD12. Grayscale: #777777. Windows color (decimal): -843027 or 15540979. OLE color: 15540979.
HSL color Cylindrical-coordinate representation of color #F322ED: hue angle of 301.72º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F322ED is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 237 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.72º | 0.9% | 0.54% | - |
| HSV(B) | 301.72º | 0.86% | 0.95% | - |
| XYZ | 52.82 | 26.31 | 82.42 | - |
| YUV | 119.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 237 | 0 | 0.86 | 0.02 | 0.05 | 301.72 | 0.9 | 0.54 |
| Hex | F3 | 22 | ED | 0 | 56 | 2 | 5 | 12E | 5A | 36 |
| Octal | 363 | 42 | 355 | 0 | 126 | 2 | 5 | 456 | 132 | 66 |
| Binary | 11110011 | 100010 | 11101101 | 0 | 1010110 | 10 | 101 | 100101110 | 1011010 | 110110 |
Color Harmonies of #F322ED
Complementary color
Monochromatic Colors of #F322ED
Black with #F322ED
Text Example
Text Example
White with #F322ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F322ED; }
p { color: rgb(243,34,237); }
H1.HeaderClassName
{
color: #F322ED;
}
.AnyTagClassName
{
color: #F322ED;
}
</style>
background-color css
<style>
a { background-color: #F322ED; }
a { background-color: rgb(243,34,237); }
div.DivClassName
{
background-color: #F322ED;
}
.BgClassName
{
background-color: #F322ED;
}
</style>
border-color css
<style>
span { border-color: #F322ED; }
span { border-color: rgb(243,34,237); }
td.TdClassName
{
border-color: #F322ED;
}
.TagClassName
{
border-color: #F322ED;
}
</style>