Shades of Magenta #F322F2
Tints of Magenta #F322F2
RGB
CMYK
RGB Variations
Color information
#F322F2 (or 0xF322F2) is known color: Magenta. HEX triplet: F3, 22 and F2. RGB value is (243,34,242). Sum of RGB (Red+Green+Blue) = 243+34+242=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 34 (13.67% from 255 or 6.55% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F322F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F322F2 is #0CDD0D. Grayscale: #777777. Windows color (decimal): -843022 or 15868659. OLE color: 15868659.
HSL color Cylindrical-coordinate representation of color #F322F2: hue angle of 300.29º 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 #F322F2 is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 242 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.05 |
| HSL | 300.29º | 0.9% | 0.54% | - |
| HSV(B) | 300.29º | 0.86% | 0.95% | - |
| XYZ | 53.56 | 26.61 | 86.32 | - |
| YUV | 120.2 | 196.74 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 242 | 0 | 0.86 | 0.00 | 0.05 | 300.29 | 0.9 | 0.54 |
| Hex | F3 | 22 | F2 | 0 | 56 | 0 | 5 | 12C | 5A | 36 |
| Octal | 363 | 42 | 362 | 0 | 126 | 0 | 5 | 454 | 132 | 66 |
| Binary | 11110011 | 100010 | 11110010 | 0 | 1010110 | 0 | 101 | 100101100 | 1011010 | 110110 |
Color Harmonies of #F322F2
Complementary color
Monochromatic Colors of #F322F2
Black with #F322F2
Text Example
Text Example
White with #F322F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F322F2; }
p { color: rgb(243,34,242); }
H1.HeaderClassName
{
color: #F322F2;
}
.AnyTagClassName
{
color: #F322F2;
}
</style>
background-color css
<style>
a { background-color: #F322F2; }
a { background-color: rgb(243,34,242); }
div.DivClassName
{
background-color: #F322F2;
}
.BgClassName
{
background-color: #F322F2;
}
</style>
border-color css
<style>
span { border-color: #F322F2; }
span { border-color: rgb(243,34,242); }
td.TdClassName
{
border-color: #F322F2;
}
.TagClassName
{
border-color: #F322F2;
}
</style>