Shades of Magenta #FA22F2
Tints of Magenta #FA22F2
RGB
CMYK
RGB Variations
Color information
#FA22F2 (or 0xFA22F2) is known color: Magenta. HEX triplet: FA, 22 and F2. RGB value is (250,34,242). Sum of RGB (Red+Green+Blue) = 250+34+242=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 34 (13.67% from 255 or 6.46% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA22F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA22F2 is #05DD0D. Grayscale: #797979. Windows color (decimal): -384270 or 15868666. OLE color: 15868666.
HSL color Cylindrical-coordinate representation of color #FA22F2: hue angle of 302.22º 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 #FA22F2 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 242 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.02 |
| HSL | 302.22º | 0.96% | 0.56% | - |
| HSV(B) | 302.22º | 0.86% | 0.98% | - |
| XYZ | 56.02 | 27.88 | 86.43 | - |
| YUV | 122.3 | 195.56 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 242 | 0 | 0.86 | 0.03 | 0.02 | 302.22 | 0.96 | 0.56 |
| Hex | FA | 22 | F2 | 0 | 56 | 3 | 2 | 12E | 60 | 38 |
| Octal | 372 | 42 | 362 | 0 | 126 | 3 | 2 | 456 | 140 | 70 |
| Binary | 11111010 | 100010 | 11110010 | 0 | 1010110 | 11 | 10 | 100101110 | 1100000 | 111000 |
Color Harmonies of #FA22F2
Complementary color
Monochromatic Colors of #FA22F2
Black with #FA22F2
Text Example
Text Example
White with #FA22F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA22F2; }
p { color: rgb(250,34,242); }
H1.HeaderClassName
{
color: #FA22F2;
}
.AnyTagClassName
{
color: #FA22F2;
}
</style>
background-color css
<style>
a { background-color: #FA22F2; }
a { background-color: rgb(250,34,242); }
div.DivClassName
{
background-color: #FA22F2;
}
.BgClassName
{
background-color: #FA22F2;
}
</style>
border-color css
<style>
span { border-color: #FA22F2; }
span { border-color: rgb(250,34,242); }
td.TdClassName
{
border-color: #FA22F2;
}
.TagClassName
{
border-color: #FA22F2;
}
</style>