Shades of Magenta #FA2AFE
Tints of Magenta #FA2AFE
RGB
CMYK
RGB Variations
Color information
#FA2AFE (or 0xFA2AFE) is known color: Magenta. HEX triplet: FA, 2A and FE. RGB value is (250,42,254). Sum of RGB (Red+Green+Blue) = 250+42+254=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 42 (16.80% from 255 or 7.69% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA2AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2AFE is #05D501. Grayscale: #7F7F7F. Windows color (decimal): -382210 or 16657146. OLE color: 16657146.
HSL color Cylindrical-coordinate representation of color #FA2AFE: hue angle of 298.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2AFE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 42 | 254 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.00 |
| HSL | 298.87º | 0.99% | 0.58% | - |
| HSV(B) | 298.87º | 0.83% | 1% | - |
| XYZ | 58.14 | 29.14 | 96.33 | - |
| YUV | 128.36 | 198.91 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 254 | 0.02 | 0.83 | 0 | 0.00 | 298.87 | 0.99 | 0.58 |
| Hex | FA | 2A | FE | 2 | 53 | 0 | 0 | 12B | 63 | 3A |
| Octal | 372 | 52 | 376 | 2 | 123 | 0 | 0 | 453 | 143 | 72 |
| Binary | 11111010 | 101010 | 11111110 | 10 | 1010011 | 0 | 0 | 100101011 | 1100011 | 111010 |
Color Harmonies of #FA2AFE
Complementary color
Monochromatic Colors of #FA2AFE
Black with #FA2AFE
Text Example
Text Example
White with #FA2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AFE; }
p { color: rgb(250,42,254); }
H1.HeaderClassName
{
color: #FA2AFE;
}
.AnyTagClassName
{
color: #FA2AFE;
}
</style>
background-color css
<style>
a { background-color: #FA2AFE; }
a { background-color: rgb(250,42,254); }
div.DivClassName
{
background-color: #FA2AFE;
}
.BgClassName
{
background-color: #FA2AFE;
}
</style>
border-color css
<style>
span { border-color: #FA2AFE; }
span { border-color: rgb(250,42,254); }
td.TdClassName
{
border-color: #FA2AFE;
}
.TagClassName
{
border-color: #FA2AFE;
}
</style>