Shades of Magenta #FA27FF
Tints of Magenta #FA27FF
RGB
CMYK
RGB Variations
Color information
#FA27FF (or 0xFA27FF) is known color: Magenta. HEX triplet: FA, 27 and FF. RGB value is (250,39,255). Sum of RGB (Red+Green+Blue) = 250+39+255=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 39 (15.62% from 255 or 7.17% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA27FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA27FF is #05D800. Grayscale: #7E7E7E. Windows color (decimal): -382977 or 16721914. OLE color: 16721914.
HSL color Cylindrical-coordinate representation of color #FA27FF: hue angle of 298.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA27FF is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 39 | 255 | - |
| CMYK | 0.02 | 0.85 | 0 | 0 |
| HSL | 298.61º | 1% | 0.58% | - |
| HSV(B) | 298.61º | 0.85% | 1% | - |
| XYZ | 58.2 | 29 | 97.14 | - |
| YUV | 126.71 | 200.4 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 255 | 0.02 | 0.85 | 0 | 0 | 298.61 | 1 | 0.58 |
| Hex | FA | 27 | FF | 2 | 55 | 0 | 0 | 12B | 64 | 3A |
| Octal | 372 | 47 | 377 | 2 | 125 | 0 | 0 | 453 | 144 | 72 |
| Binary | 11111010 | 100111 | 11111111 | 10 | 1010101 | 0 | 0 | 100101011 | 1100100 | 111010 |
Color Harmonies of #FA27FF
Complementary color
Monochromatic Colors of #FA27FF
Black with #FA27FF
Text Example
Text Example
White with #FA27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA27FF; }
p { color: rgb(250,39,255); }
H1.HeaderClassName
{
color: #FA27FF;
}
.AnyTagClassName
{
color: #FA27FF;
}
</style>
background-color css
<style>
a { background-color: #FA27FF; }
a { background-color: rgb(250,39,255); }
div.DivClassName
{
background-color: #FA27FF;
}
.BgClassName
{
background-color: #FA27FF;
}
</style>
border-color css
<style>
span { border-color: #FA27FF; }
span { border-color: rgb(250,39,255); }
td.TdClassName
{
border-color: #FA27FF;
}
.TagClassName
{
border-color: #FA27FF;
}
</style>