Shades of Hollywood Cerise #FA0499
Tints of Hollywood Cerise #FA0499
RGB
CMYK
RGB Variations
Color information
#FA0499 (or 0xFA0499) is known color: Hollywood Cerise. HEX triplet: FA, 04 and 99. RGB value is (250,4,153). Sum of RGB (Red+Green+Blue) = 250+4+153=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0499 is #05FB66. Grayscale: #5E5E5E. Windows color (decimal): -392039 or 10028282. OLE color: 10028282.
HSL color Cylindrical-coordinate representation of color #FA0499: hue angle of 323.66º 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 #FA0499 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.02 |
| HSL | 323.66º | 0.97% | 0.5% | - |
| HSV(B) | 323.66º | 0.98% | 0.98% | - |
| XYZ | 45.22 | 22.71 | 32.14 | - |
| YUV | 94.54 | 161 | 238.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 153 | 0 | 0.98 | 0.39 | 0.02 | 323.66 | 0.97 | 0.5 |
| Hex | FA | 4 | 99 | 0 | 62 | 27 | 2 | 144 | 61 | 32 |
| Octal | 372 | 4 | 231 | 0 | 142 | 47 | 2 | 504 | 141 | 62 |
| Binary | 11111010 | 100 | 10011001 | 0 | 1100010 | 100111 | 10 | 101000100 | 1100001 | 110010 |
Color Harmonies of #FA0499
Complementary color
Monochromatic Colors of #FA0499
Black with #FA0499
Text Example
Text Example
White with #FA0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0499; }
p { color: rgb(250,4,153); }
H1.HeaderClassName
{
color: #FA0499;
}
.AnyTagClassName
{
color: #FA0499;
}
</style>
background-color css
<style>
a { background-color: #FA0499; }
a { background-color: rgb(250,4,153); }
div.DivClassName
{
background-color: #FA0499;
}
.BgClassName
{
background-color: #FA0499;
}
</style>
border-color css
<style>
span { border-color: #FA0499; }
span { border-color: rgb(250,4,153); }
td.TdClassName
{
border-color: #FA0499;
}
.TagClassName
{
border-color: #FA0499;
}
</style>