Shades of Magenta #FA00EA
Tints of Magenta #FA00EA
RGB
CMYK
RGB Variations
Color information
#FA00EA (or 0xFA00EA) is known color: Magenta. HEX triplet: FA, 00 and EA. RGB value is (250,0,234). Sum of RGB (Red+Green+Blue) = 250+0+234=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 0 (0.39% from 255 or 0% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA00EA is #05FF15. Grayscale: #646464. Windows color (decimal): -392982 or 15335674. OLE color: 15335674.
HSL color Cylindrical-coordinate representation of color #FA00EA: hue angle of 303.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA00EA is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 234 | - |
| CMYK | 0 | 1 | 0.06 | 0.02 |
| HSL | 303.84º | 1% | 0.49% | - |
| HSV(B) | 303.84º | 1% | 0.98% | - |
| XYZ | 54.28 | 26.26 | 80.05 | - |
| YUV | 101.43 | 202.83 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 234 | 0 | 1 | 0.06 | 0.02 | 303.84 | 1 | 0.49 |
| Hex | FA | 0 | EA | 0 | 64 | 6 | 2 | 130 | 64 | 31 |
| Octal | 372 | 0 | 352 | 0 | 144 | 6 | 2 | 460 | 144 | 61 |
| Binary | 11111010 | 0 | 11101010 | 0 | 1100100 | 110 | 10 | 100110000 | 1100100 | 110001 |
Color Harmonies of #FA00EA
Complementary color
Monochromatic Colors of #FA00EA
Black with #FA00EA
Text Example
Text Example
White with #FA00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00EA; }
p { color: rgb(250,0,234); }
H1.HeaderClassName
{
color: #FA00EA;
}
.AnyTagClassName
{
color: #FA00EA;
}
</style>
background-color css
<style>
a { background-color: #FA00EA; }
a { background-color: rgb(250,0,234); }
div.DivClassName
{
background-color: #FA00EA;
}
.BgClassName
{
background-color: #FA00EA;
}
</style>
border-color css
<style>
span { border-color: #FA00EA; }
span { border-color: rgb(250,0,234); }
td.TdClassName
{
border-color: #FA00EA;
}
.TagClassName
{
border-color: #FA00EA;
}
</style>