Shades of Magenta #FA0BE7
Tints of Magenta #FA0BE7
RGB
CMYK
RGB Variations
Color information
#FA0BE7 (or 0xFA0BE7) is known color: Magenta. HEX triplet: FA, 0B and E7. RGB value is (250,11,231). Sum of RGB (Red+Green+Blue) = 250+11+231=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 11 (4.69% from 255 or 2.24% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0BE7 is #05F418. Grayscale: #6A6A6A. Windows color (decimal): -390169 or 15141882. OLE color: 15141882.
HSL color Cylindrical-coordinate representation of color #FA0BE7: hue angle of 304.77º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0BE7 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 231 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.02 |
| HSL | 304.77º | 0.96% | 0.51% | - |
| HSV(B) | 304.77º | 0.96% | 0.98% | - |
| XYZ | 53.97 | 26.33 | 77.84 | - |
| YUV | 107.54 | 197.68 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 231 | 0 | 0.96 | 0.08 | 0.02 | 304.77 | 0.96 | 0.51 |
| Hex | FA | B | E7 | 0 | 60 | 8 | 2 | 131 | 60 | 33 |
| Octal | 372 | 13 | 347 | 0 | 140 | 10 | 2 | 461 | 140 | 63 |
| Binary | 11111010 | 1011 | 11100111 | 0 | 1100000 | 1000 | 10 | 100110001 | 1100000 | 110011 |
Color Harmonies of #FA0BE7
Complementary color
Monochromatic Colors of #FA0BE7
Black with #FA0BE7
Text Example
Text Example
White with #FA0BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BE7; }
p { color: rgb(250,11,231); }
H1.HeaderClassName
{
color: #FA0BE7;
}
.AnyTagClassName
{
color: #FA0BE7;
}
</style>
background-color css
<style>
a { background-color: #FA0BE7; }
a { background-color: rgb(250,11,231); }
div.DivClassName
{
background-color: #FA0BE7;
}
.BgClassName
{
background-color: #FA0BE7;
}
</style>
border-color css
<style>
span { border-color: #FA0BE7; }
span { border-color: rgb(250,11,231); }
td.TdClassName
{
border-color: #FA0BE7;
}
.TagClassName
{
border-color: #FA0BE7;
}
</style>