Shades of Magenta #F422FA
Tints of Magenta #F422FA
RGB
CMYK
RGB Variations
Color information
#F422FA (or 0xF422FA) is known color: Magenta. HEX triplet: F4, 22 and FA. RGB value is (244,34,250). Sum of RGB (Red+Green+Blue) = 244+34+250=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 34 (13.67% from 255 or 6.44% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #F422FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F422FA is #0BDD05. Grayscale: #787878. Windows color (decimal): -777478 or 16392948. OLE color: 16392948.
HSL color Cylindrical-coordinate representation of color #F422FA: hue angle of 298.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F422FA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 34 | 250 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.02 |
| HSL | 298.33º | 0.96% | 0.56% | - |
| HSV(B) | 298.33º | 0.86% | 0.98% | - |
| XYZ | 55.14 | 27.28 | 92.8 | - |
| YUV | 121.41 | 200.57 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 250 | 0.02 | 0.86 | 0 | 0.02 | 298.33 | 0.96 | 0.56 |
| Hex | F4 | 22 | FA | 2 | 56 | 0 | 2 | 12A | 60 | 38 |
| Octal | 364 | 42 | 372 | 2 | 126 | 0 | 2 | 452 | 140 | 70 |
| Binary | 11110100 | 100010 | 11111010 | 10 | 1010110 | 0 | 10 | 100101010 | 1100000 | 111000 |
Color Harmonies of #F422FA
Complementary color
Monochromatic Colors of #F422FA
Black with #F422FA
Text Example
Text Example
White with #F422FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F422FA; }
p { color: rgb(244,34,250); }
H1.HeaderClassName
{
color: #F422FA;
}
.AnyTagClassName
{
color: #F422FA;
}
</style>
background-color css
<style>
a { background-color: #F422FA; }
a { background-color: rgb(244,34,250); }
div.DivClassName
{
background-color: #F422FA;
}
.BgClassName
{
background-color: #F422FA;
}
</style>
border-color css
<style>
span { border-color: #F422FA; }
span { border-color: rgb(244,34,250); }
td.TdClassName
{
border-color: #F422FA;
}
.TagClassName
{
border-color: #F422FA;
}
</style>