Shades of Magenta #FA28FE
Tints of Magenta #FA28FE
RGB
CMYK
RGB Variations
Color information
#FA28FE (or 0xFA28FE) is known color: Magenta. HEX triplet: FA, 28 and FE. RGB value is (250,40,254). Sum of RGB (Red+Green+Blue) = 250+40+254=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 40 (16.02% from 255 or 7.35% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA28FE is #05D701. Grayscale: #7E7E7E. Windows color (decimal): -382722 or 16656634. OLE color: 16656634.
HSL color Cylindrical-coordinate representation of color #FA28FE: hue angle of 298.88º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA28FE is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 40 | 254 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.00 |
| HSL | 298.88º | 0.99% | 0.58% | - |
| HSV(B) | 298.88º | 0.84% | 1% | - |
| XYZ | 58.07 | 29 | 96.3 | - |
| YUV | 127.19 | 199.57 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 254 | 0.02 | 0.84 | 0 | 0.00 | 298.88 | 0.99 | 0.58 |
| Hex | FA | 28 | FE | 2 | 54 | 0 | 0 | 12B | 63 | 3A |
| Octal | 372 | 50 | 376 | 2 | 124 | 0 | 0 | 453 | 143 | 72 |
| Binary | 11111010 | 101000 | 11111110 | 10 | 1010100 | 0 | 0 | 100101011 | 1100011 | 111010 |
Color Harmonies of #FA28FE
Complementary color
Monochromatic Colors of #FA28FE
Black with #FA28FE
Text Example
Text Example
White with #FA28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28FE; }
p { color: rgb(250,40,254); }
H1.HeaderClassName
{
color: #FA28FE;
}
.AnyTagClassName
{
color: #FA28FE;
}
</style>
background-color css
<style>
a { background-color: #FA28FE; }
a { background-color: rgb(250,40,254); }
div.DivClassName
{
background-color: #FA28FE;
}
.BgClassName
{
background-color: #FA28FE;
}
</style>
border-color css
<style>
span { border-color: #FA28FE; }
span { border-color: rgb(250,40,254); }
td.TdClassName
{
border-color: #FA28FE;
}
.TagClassName
{
border-color: #FA28FE;
}
</style>