Shades of Magenta #FA28F6
Tints of Magenta #FA28F6
RGB
CMYK
RGB Variations
Color information
#FA28F6 (or 0xFA28F6) is known color: Magenta. HEX triplet: FA, 28 and F6. RGB value is (250,40,246). Sum of RGB (Red+Green+Blue) = 250+40+246=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 40 (16.02% from 255 or 7.46% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA28F6 is #05D709. Grayscale: #7D7D7D. Windows color (decimal): -382730 or 16132346. OLE color: 16132346.
HSL color Cylindrical-coordinate representation of color #FA28F6: hue angle of 301.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA28F6 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 246 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.02 |
| HSL | 301.14º | 0.95% | 0.57% | - |
| HSV(B) | 301.14º | 0.84% | 0.98% | - |
| XYZ | 56.82 | 28.5 | 89.69 | - |
| YUV | 126.27 | 195.57 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 246 | 0 | 0.84 | 0.02 | 0.02 | 301.14 | 0.95 | 0.57 |
| Hex | FA | 28 | F6 | 0 | 54 | 2 | 2 | 12D | 5F | 39 |
| Octal | 372 | 50 | 366 | 0 | 124 | 2 | 2 | 455 | 137 | 71 |
| Binary | 11111010 | 101000 | 11110110 | 0 | 1010100 | 10 | 10 | 100101101 | 1011111 | 111001 |
Color Harmonies of #FA28F6
Complementary color
Monochromatic Colors of #FA28F6
Black with #FA28F6
Text Example
Text Example
White with #FA28F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28F6; }
p { color: rgb(250,40,246); }
H1.HeaderClassName
{
color: #FA28F6;
}
.AnyTagClassName
{
color: #FA28F6;
}
</style>
background-color css
<style>
a { background-color: #FA28F6; }
a { background-color: rgb(250,40,246); }
div.DivClassName
{
background-color: #FA28F6;
}
.BgClassName
{
background-color: #FA28F6;
}
</style>
border-color css
<style>
span { border-color: #FA28F6; }
span { border-color: rgb(250,40,246); }
td.TdClassName
{
border-color: #FA28F6;
}
.TagClassName
{
border-color: #FA28F6;
}
</style>