Shades of Hot Magenta #FA04CC
Tints of Hot Magenta #FA04CC
RGB
CMYK
RGB Variations
Color information
#FA04CC (or 0xFA04CC) is known color: Hot Magenta. HEX triplet: FA, 04 and CC. RGB value is (250,4,204). Sum of RGB (Red+Green+Blue) = 250+4+204=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04CC is #05FB33. Grayscale: #636363. Windows color (decimal): -391988 or 13370618. OLE color: 13370618.
HSL color Cylindrical-coordinate representation of color #FA04CC: hue angle of 311.22º 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 #FA04CC is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 204 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.02 |
| HSL | 311.22º | 0.97% | 0.5% | - |
| HSV(B) | 311.22º | 0.98% | 0.98% | - |
| XYZ | 50.37 | 24.77 | 59.25 | - |
| YUV | 100.35 | 186.5 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 204 | 0 | 0.98 | 0.18 | 0.02 | 311.22 | 0.97 | 0.5 |
| Hex | FA | 4 | CC | 0 | 62 | 12 | 2 | 137 | 61 | 32 |
| Octal | 372 | 4 | 314 | 0 | 142 | 22 | 2 | 467 | 141 | 62 |
| Binary | 11111010 | 100 | 11001100 | 0 | 1100010 | 10010 | 10 | 100110111 | 1100001 | 110010 |
Color Harmonies of #FA04CC
Complementary color
Monochromatic Colors of #FA04CC
Black with #FA04CC
Text Example
Text Example
White with #FA04CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04CC; }
p { color: rgb(250,4,204); }
H1.HeaderClassName
{
color: #FA04CC;
}
.AnyTagClassName
{
color: #FA04CC;
}
</style>
background-color css
<style>
a { background-color: #FA04CC; }
a { background-color: rgb(250,4,204); }
div.DivClassName
{
background-color: #FA04CC;
}
.BgClassName
{
background-color: #FA04CC;
}
</style>
border-color css
<style>
span { border-color: #FA04CC; }
span { border-color: rgb(250,4,204); }
td.TdClassName
{
border-color: #FA04CC;
}
.TagClassName
{
border-color: #FA04CC;
}
</style>