Shades of Hot Magenta #FA04C5
Tints of Hot Magenta #FA04C5
RGB
CMYK
RGB Variations
Color information
#FA04C5 (or 0xFA04C5) is known color: Hot Magenta. HEX triplet: FA, 04 and C5. RGB value is (250,4,197). Sum of RGB (Red+Green+Blue) = 250+4+197=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 4 (1.95% from 255 or 0.89% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04C5 is #05FB3A. Grayscale: #636363. Windows color (decimal): -391995 or 12911866. OLE color: 12911866.
HSL color Cylindrical-coordinate representation of color #FA04C5: hue angle of 312.93º 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 #FA04C5 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 197 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.02 |
| HSL | 312.93º | 0.97% | 0.5% | - |
| HSV(B) | 312.93º | 0.98% | 0.98% | - |
| XYZ | 49.55 | 24.44 | 54.93 | - |
| YUV | 99.56 | 183 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 197 | 0 | 0.98 | 0.21 | 0.02 | 312.93 | 0.97 | 0.5 |
| Hex | FA | 4 | C5 | 0 | 62 | 15 | 2 | 139 | 61 | 32 |
| Octal | 372 | 4 | 305 | 0 | 142 | 25 | 2 | 471 | 141 | 62 |
| Binary | 11111010 | 100 | 11000101 | 0 | 1100010 | 10101 | 10 | 100111001 | 1100001 | 110010 |
Color Harmonies of #FA04C5
Complementary color
Monochromatic Colors of #FA04C5
Black with #FA04C5
Text Example
Text Example
White with #FA04C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04C5; }
p { color: rgb(250,4,197); }
H1.HeaderClassName
{
color: #FA04C5;
}
.AnyTagClassName
{
color: #FA04C5;
}
</style>
background-color css
<style>
a { background-color: #FA04C5; }
a { background-color: rgb(250,4,197); }
div.DivClassName
{
background-color: #FA04C5;
}
.BgClassName
{
background-color: #FA04C5;
}
</style>
border-color css
<style>
span { border-color: #FA04C5; }
span { border-color: rgb(250,4,197); }
td.TdClassName
{
border-color: #FA04C5;
}
.TagClassName
{
border-color: #FA04C5;
}
</style>