Shades of Magenta #F422F3
Tints of Magenta #F422F3
RGB
CMYK
RGB Variations
Color information
#F422F3 (or 0xF422F3) is known color: Magenta. HEX triplet: F4, 22 and F3. RGB value is (244,34,243). Sum of RGB (Red+Green+Blue) = 244+34+243=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 34 (13.67% from 255 or 6.53% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F422F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F422F3 is #0BDD0C. Grayscale: #777777. Windows color (decimal): -777485 or 15934196. OLE color: 15934196.
HSL color Cylindrical-coordinate representation of color #F422F3: hue angle of 300.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F422F3 is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 243 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.04 |
| HSL | 300.29º | 0.91% | 0.55% | - |
| HSV(B) | 300.29º | 0.86% | 0.96% | - |
| XYZ | 54.06 | 26.85 | 87.13 | - |
| YUV | 120.62 | 197.07 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 243 | 0 | 0.86 | 0.00 | 0.04 | 300.29 | 0.91 | 0.55 |
| Hex | F4 | 22 | F3 | 0 | 56 | 0 | 4 | 12C | 5B | 37 |
| Octal | 364 | 42 | 363 | 0 | 126 | 0 | 4 | 454 | 133 | 67 |
| Binary | 11110100 | 100010 | 11110011 | 0 | 1010110 | 0 | 100 | 100101100 | 1011011 | 110111 |
Color Harmonies of #F422F3
Complementary color
Monochromatic Colors of #F422F3
Black with #F422F3
Text Example
Text Example
White with #F422F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F422F3; }
p { color: rgb(244,34,243); }
H1.HeaderClassName
{
color: #F422F3;
}
.AnyTagClassName
{
color: #F422F3;
}
</style>
background-color css
<style>
a { background-color: #F422F3; }
a { background-color: rgb(244,34,243); }
div.DivClassName
{
background-color: #F422F3;
}
.BgClassName
{
background-color: #F422F3;
}
</style>
border-color css
<style>
span { border-color: #F422F3; }
span { border-color: rgb(244,34,243); }
td.TdClassName
{
border-color: #F422F3;
}
.TagClassName
{
border-color: #F422F3;
}
</style>