Shades of Magenta #FA09EA
Tints of Magenta #FA09EA
RGB
CMYK
RGB Variations
Color information
#FA09EA (or 0xFA09EA) is known color: Magenta. HEX triplet: FA, 09 and EA. RGB value is (250,9,234). Sum of RGB (Red+Green+Blue) = 250+9+234=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 9 (3.91% from 255 or 1.83% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA09EA is #05F615. Grayscale: #6A6A6A. Windows color (decimal): -390678 or 15337978. OLE color: 15337978.
HSL color Cylindrical-coordinate representation of color #FA09EA: hue angle of 303.98º 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 #FA09EA is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 234 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.02 |
| HSL | 303.98º | 0.96% | 0.51% | - |
| HSV(B) | 303.98º | 0.96% | 0.98% | - |
| XYZ | 54.37 | 26.46 | 80.08 | - |
| YUV | 106.71 | 199.84 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 234 | 0 | 0.96 | 0.06 | 0.02 | 303.98 | 0.96 | 0.51 |
| Hex | FA | 9 | EA | 0 | 60 | 6 | 2 | 130 | 60 | 33 |
| Octal | 372 | 11 | 352 | 0 | 140 | 6 | 2 | 460 | 140 | 63 |
| Binary | 11111010 | 1001 | 11101010 | 0 | 1100000 | 110 | 10 | 100110000 | 1100000 | 110011 |
Color Harmonies of #FA09EA
Complementary color
Monochromatic Colors of #FA09EA
Black with #FA09EA
Text Example
Text Example
White with #FA09EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09EA; }
p { color: rgb(250,9,234); }
H1.HeaderClassName
{
color: #FA09EA;
}
.AnyTagClassName
{
color: #FA09EA;
}
</style>
background-color css
<style>
a { background-color: #FA09EA; }
a { background-color: rgb(250,9,234); }
div.DivClassName
{
background-color: #FA09EA;
}
.BgClassName
{
background-color: #FA09EA;
}
</style>
border-color css
<style>
span { border-color: #FA09EA; }
span { border-color: rgb(250,9,234); }
td.TdClassName
{
border-color: #FA09EA;
}
.TagClassName
{
border-color: #FA09EA;
}
</style>