Shades of Magenta #FA22F0
Tints of Magenta #FA22F0
RGB
CMYK
RGB Variations
Color information
#FA22F0 (or 0xFA22F0) is known color: Magenta. HEX triplet: FA, 22 and F0. RGB value is (250,34,240). Sum of RGB (Red+Green+Blue) = 250+34+240=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 34 (13.67% from 255 or 6.49% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA22F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA22F0 is #05DD0F. Grayscale: #797979. Windows color (decimal): -384272 or 15737594. OLE color: 15737594.
HSL color Cylindrical-coordinate representation of color #FA22F0: hue angle of 302.78º 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 #FA22F0 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 240 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.02 |
| HSL | 302.78º | 0.96% | 0.56% | - |
| HSV(B) | 302.78º | 0.86% | 0.98% | - |
| XYZ | 55.72 | 27.76 | 84.86 | - |
| YUV | 122.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 240 | 0 | 0.86 | 0.04 | 0.02 | 302.78 | 0.96 | 0.56 |
| Hex | FA | 22 | F0 | 0 | 56 | 4 | 2 | 12F | 60 | 38 |
| Octal | 372 | 42 | 360 | 0 | 126 | 4 | 2 | 457 | 140 | 70 |
| Binary | 11111010 | 100010 | 11110000 | 0 | 1010110 | 100 | 10 | 100101111 | 1100000 | 111000 |
Color Harmonies of #FA22F0
Complementary color
Monochromatic Colors of #FA22F0
Black with #FA22F0
Text Example
Text Example
White with #FA22F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA22F0; }
p { color: rgb(250,34,240); }
H1.HeaderClassName
{
color: #FA22F0;
}
.AnyTagClassName
{
color: #FA22F0;
}
</style>
background-color css
<style>
a { background-color: #FA22F0; }
a { background-color: rgb(250,34,240); }
div.DivClassName
{
background-color: #FA22F0;
}
.BgClassName
{
background-color: #FA22F0;
}
</style>
border-color css
<style>
span { border-color: #FA22F0; }
span { border-color: rgb(250,34,240); }
td.TdClassName
{
border-color: #FA22F0;
}
.TagClassName
{
border-color: #FA22F0;
}
</style>