Shades of Magenta #FA0BEA
Tints of Magenta #FA0BEA
RGB
CMYK
RGB Variations
Color information
#FA0BEA (or 0xFA0BEA) is known color: Magenta. HEX triplet: FA, 0B and EA. RGB value is (250,11,234). Sum of RGB (Red+Green+Blue) = 250+11+234=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 11 (4.69% from 255 or 2.22% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0BEA is #05F415. Grayscale: #6B6B6B. Windows color (decimal): -390166 or 15338490. OLE color: 15338490.
HSL color Cylindrical-coordinate representation of color #FA0BEA: hue angle of 304.02º 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 #FA0BEA is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 234 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.02 |
| HSL | 304.02º | 0.96% | 0.51% | - |
| HSV(B) | 304.02º | 0.96% | 0.98% | - |
| XYZ | 54.4 | 26.5 | 80.09 | - |
| YUV | 107.88 | 199.18 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 234 | 0 | 0.96 | 0.06 | 0.02 | 304.02 | 0.96 | 0.51 |
| Hex | FA | B | EA | 0 | 60 | 6 | 2 | 130 | 60 | 33 |
| Octal | 372 | 13 | 352 | 0 | 140 | 6 | 2 | 460 | 140 | 63 |
| Binary | 11111010 | 1011 | 11101010 | 0 | 1100000 | 110 | 10 | 100110000 | 1100000 | 110011 |
Color Harmonies of #FA0BEA
Complementary color
Monochromatic Colors of #FA0BEA
Black with #FA0BEA
Text Example
Text Example
White with #FA0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BEA; }
p { color: rgb(250,11,234); }
H1.HeaderClassName
{
color: #FA0BEA;
}
.AnyTagClassName
{
color: #FA0BEA;
}
</style>
background-color css
<style>
a { background-color: #FA0BEA; }
a { background-color: rgb(250,11,234); }
div.DivClassName
{
background-color: #FA0BEA;
}
.BgClassName
{
background-color: #FA0BEA;
}
</style>
border-color css
<style>
span { border-color: #FA0BEA; }
span { border-color: rgb(250,11,234); }
td.TdClassName
{
border-color: #FA0BEA;
}
.TagClassName
{
border-color: #FA0BEA;
}
</style>