Shades of Magenta #FA04E6
Tints of Magenta #FA04E6
RGB
CMYK
RGB Variations
Color information
#FA04E6 (or 0xFA04E6) is known color: Magenta. HEX triplet: FA, 04 and E6. RGB value is (250,4,230). Sum of RGB (Red+Green+Blue) = 250+4+230=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 4 (1.95% from 255 or 0.83% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA04E6 is #05FB19. Grayscale: #666666. Windows color (decimal): -391962 or 15074554. OLE color: 15074554.
HSL color Cylindrical-coordinate representation of color #FA04E6: hue angle of 304.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04E6 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 230 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.02 |
| HSL | 304.88º | 0.97% | 0.5% | - |
| HSV(B) | 304.88º | 0.98% | 0.98% | - |
| XYZ | 53.75 | 26.12 | 77.07 | - |
| YUV | 103.32 | 199.5 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 230 | 0 | 0.98 | 0.08 | 0.02 | 304.88 | 0.97 | 0.5 |
| Hex | FA | 4 | E6 | 0 | 62 | 8 | 2 | 131 | 61 | 32 |
| Octal | 372 | 4 | 346 | 0 | 142 | 10 | 2 | 461 | 141 | 62 |
| Binary | 11111010 | 100 | 11100110 | 0 | 1100010 | 1000 | 10 | 100110001 | 1100001 | 110010 |
Color Harmonies of #FA04E6
Complementary color
Monochromatic Colors of #FA04E6
Black with #FA04E6
Text Example
Text Example
White with #FA04E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04E6; }
p { color: rgb(250,4,230); }
H1.HeaderClassName
{
color: #FA04E6;
}
.AnyTagClassName
{
color: #FA04E6;
}
</style>
background-color css
<style>
a { background-color: #FA04E6; }
a { background-color: rgb(250,4,230); }
div.DivClassName
{
background-color: #FA04E6;
}
.BgClassName
{
background-color: #FA04E6;
}
</style>
border-color css
<style>
span { border-color: #FA04E6; }
span { border-color: rgb(250,4,230); }
td.TdClassName
{
border-color: #FA04E6;
}
.TagClassName
{
border-color: #FA04E6;
}
</style>