Shades of Magenta #F322EF
Tints of Magenta #F322EF
RGB
CMYK
RGB Variations
Color information
#F322EF (or 0xF322EF) is known color: Magenta. HEX triplet: F3, 22 and EF. RGB value is (243,34,239). Sum of RGB (Red+Green+Blue) = 243+34+239=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 34 (13.67% from 255 or 6.59% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F322EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F322EF is #0CDD10. Grayscale: #777777. Windows color (decimal): -843025 or 15672051. OLE color: 15672051.
HSL color Cylindrical-coordinate representation of color #F322EF: hue angle of 301.15º 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 #F322EF is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 239 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.05 |
| HSL | 301.15º | 0.9% | 0.54% | - |
| HSV(B) | 301.15º | 0.86% | 0.95% | - |
| XYZ | 53.11 | 26.43 | 83.96 | - |
| YUV | 119.86 | 195.24 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 239 | 0 | 0.86 | 0.02 | 0.05 | 301.15 | 0.9 | 0.54 |
| Hex | F3 | 22 | EF | 0 | 56 | 2 | 5 | 12D | 5A | 36 |
| Octal | 363 | 42 | 357 | 0 | 126 | 2 | 5 | 455 | 132 | 66 |
| Binary | 11110011 | 100010 | 11101111 | 0 | 1010110 | 10 | 101 | 100101101 | 1011010 | 110110 |
Color Harmonies of #F322EF
Complementary color
Monochromatic Colors of #F322EF
Black with #F322EF
Text Example
Text Example
White with #F322EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F322EF; }
p { color: rgb(243,34,239); }
H1.HeaderClassName
{
color: #F322EF;
}
.AnyTagClassName
{
color: #F322EF;
}
</style>
background-color css
<style>
a { background-color: #F322EF; }
a { background-color: rgb(243,34,239); }
div.DivClassName
{
background-color: #F322EF;
}
.BgClassName
{
background-color: #F322EF;
}
</style>
border-color css
<style>
span { border-color: #F322EF; }
span { border-color: rgb(243,34,239); }
td.TdClassName
{
border-color: #F322EF;
}
.TagClassName
{
border-color: #F322EF;
}
</style>