Shades of Magenta #FA28FF
Tints of Magenta #FA28FF
RGB
CMYK
RGB Variations
Color information
#FA28FF (or 0xFA28FF) is known color: Magenta. HEX triplet: FA, 28 and FF. RGB value is (250,40,255). Sum of RGB (Red+Green+Blue) = 250+40+255=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 40 (16.02% from 255 or 7.34% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA28FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA28FF is #05D700. Grayscale: #7E7E7E. Windows color (decimal): -382721 or 16722170. OLE color: 16722170.
HSL color Cylindrical-coordinate representation of color #FA28FF: hue angle of 298.6º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA28FF is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 40 | 255 | - |
| CMYK | 0.02 | 0.84 | 0 | 0 |
| HSL | 298.6º | 1% | 0.58% | - |
| HSV(B) | 298.6º | 0.84% | 1% | - |
| XYZ | 58.23 | 29.06 | 97.15 | - |
| YUV | 127.3 | 200.07 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 255 | 0.02 | 0.84 | 0 | 0 | 298.6 | 1 | 0.58 |
| Hex | FA | 28 | FF | 2 | 54 | 0 | 0 | 12B | 64 | 3A |
| Octal | 372 | 50 | 377 | 2 | 124 | 0 | 0 | 453 | 144 | 72 |
| Binary | 11111010 | 101000 | 11111111 | 10 | 1010100 | 0 | 0 | 100101011 | 1100100 | 111010 |
Color Harmonies of #FA28FF
Complementary color
Monochromatic Colors of #FA28FF
Black with #FA28FF
Text Example
Text Example
White with #FA28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28FF; }
p { color: rgb(250,40,255); }
H1.HeaderClassName
{
color: #FA28FF;
}
.AnyTagClassName
{
color: #FA28FF;
}
</style>
background-color css
<style>
a { background-color: #FA28FF; }
a { background-color: rgb(250,40,255); }
div.DivClassName
{
background-color: #FA28FF;
}
.BgClassName
{
background-color: #FA28FF;
}
</style>
border-color css
<style>
span { border-color: #FA28FF; }
span { border-color: rgb(250,40,255); }
td.TdClassName
{
border-color: #FA28FF;
}
.TagClassName
{
border-color: #FA28FF;
}
</style>