Shades of Magenta #FA22FF
Tints of Magenta #FA22FF
RGB
CMYK
RGB Variations
Color information
#FA22FF (or 0xFA22FF) is known color: Magenta. HEX triplet: FA, 22 and FF. RGB value is (250,34,255). Sum of RGB (Red+Green+Blue) = 250+34+255=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 34 (13.67% from 255 or 6.31% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA22FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA22FF is #05DD00. Grayscale: #7B7B7B. Windows color (decimal): -384257 or 16720634. OLE color: 16720634.
HSL color Cylindrical-coordinate representation of color #FA22FF: hue angle of 298.64º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA22FF is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 34 | 255 | - |
| CMYK | 0.02 | 0.87 | 0 | 0 |
| HSL | 298.64º | 1% | 0.57% | - |
| HSV(B) | 298.64º | 0.87% | 1% | - |
| XYZ | 58.05 | 28.69 | 97.09 | - |
| YUV | 123.78 | 202.06 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 255 | 0.02 | 0.87 | 0 | 0 | 298.64 | 1 | 0.57 |
| Hex | FA | 22 | FF | 2 | 57 | 0 | 0 | 12B | 64 | 39 |
| Octal | 372 | 42 | 377 | 2 | 127 | 0 | 0 | 453 | 144 | 71 |
| Binary | 11111010 | 100010 | 11111111 | 10 | 1010111 | 0 | 0 | 100101011 | 1100100 | 111001 |
Color Harmonies of #FA22FF
Complementary color
Monochromatic Colors of #FA22FF
Black with #FA22FF
Text Example
Text Example
White with #FA22FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA22FF; }
p { color: rgb(250,34,255); }
H1.HeaderClassName
{
color: #FA22FF;
}
.AnyTagClassName
{
color: #FA22FF;
}
</style>
background-color css
<style>
a { background-color: #FA22FF; }
a { background-color: rgb(250,34,255); }
div.DivClassName
{
background-color: #FA22FF;
}
.BgClassName
{
background-color: #FA22FF;
}
</style>
border-color css
<style>
span { border-color: #FA22FF; }
span { border-color: rgb(250,34,255); }
td.TdClassName
{
border-color: #FA22FF;
}
.TagClassName
{
border-color: #FA22FF;
}
</style>