Shades of Magenta #FA27FB
Tints of Magenta #FA27FB
RGB
CMYK
RGB Variations
Color information
#FA27FB (or 0xFA27FB) is known color: Magenta. HEX triplet: FA, 27 and FB. RGB value is (250,39,251). Sum of RGB (Red+Green+Blue) = 250+39+251=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 39 (15.62% from 255 or 7.22% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA27FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA27FB is #05D804. Grayscale: #7D7D7D. Windows color (decimal): -382981 or 16459770. OLE color: 16459770.
HSL color Cylindrical-coordinate representation of color #FA27FB: hue angle of 299.72º degrees, saturation: 0.96, 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 #FA27FB is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 251 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.02 |
| HSL | 299.72º | 0.96% | 0.57% | - |
| HSV(B) | 299.72º | 0.84% | 0.98% | - |
| XYZ | 57.56 | 28.74 | 93.78 | - |
| YUV | 126.26 | 198.4 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 251 | 0.00 | 0.84 | 0 | 0.02 | 299.72 | 0.96 | 0.57 |
| Hex | FA | 27 | FB | 0 | 54 | 0 | 2 | 12C | 60 | 39 |
| Octal | 372 | 47 | 373 | 0 | 124 | 0 | 2 | 454 | 140 | 71 |
| Binary | 11111010 | 100111 | 11111011 | 0 | 1010100 | 0 | 10 | 100101100 | 1100000 | 111001 |
Color Harmonies of #FA27FB
Complementary color
Monochromatic Colors of #FA27FB
Black with #FA27FB
Text Example
Text Example
White with #FA27FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA27FB; }
p { color: rgb(250,39,251); }
H1.HeaderClassName
{
color: #FA27FB;
}
.AnyTagClassName
{
color: #FA27FB;
}
</style>
background-color css
<style>
a { background-color: #FA27FB; }
a { background-color: rgb(250,39,251); }
div.DivClassName
{
background-color: #FA27FB;
}
.BgClassName
{
background-color: #FA27FB;
}
</style>
border-color css
<style>
span { border-color: #FA27FB; }
span { border-color: rgb(250,39,251); }
td.TdClassName
{
border-color: #FA27FB;
}
.TagClassName
{
border-color: #FA27FB;
}
</style>