Shades of Hollywood Cerise #F904A1
Tints of Hollywood Cerise #F904A1
RGB
CMYK
RGB Variations
Color information
#F904A1 (or 0xF904A1) is known color: Hollywood Cerise. HEX triplet: F9, 04 and A1. RGB value is (249,4,161). Sum of RGB (Red+Green+Blue) = 249+4+161=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F904A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F904A1 is #06FB5E. Grayscale: #5E5E5E. Windows color (decimal): -457567 or 10552569. OLE color: 10552569.
HSL color Cylindrical-coordinate representation of color #F904A1: hue angle of 321.55º 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 #F904A1 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.02 |
| HSL | 321.55º | 0.97% | 0.5% | - |
| HSV(B) | 321.55º | 0.98% | 0.98% | - |
| XYZ | 45.54 | 22.8 | 35.72 | - |
| YUV | 95.15 | 165.17 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 161 | 0 | 0.98 | 0.35 | 0.02 | 321.55 | 0.97 | 0.5 |
| Hex | F9 | 4 | A1 | 0 | 62 | 23 | 2 | 142 | 61 | 32 |
| Octal | 371 | 4 | 241 | 0 | 142 | 43 | 2 | 502 | 141 | 62 |
| Binary | 11111001 | 100 | 10100001 | 0 | 1100010 | 100011 | 10 | 101000010 | 1100001 | 110010 |
Color Harmonies of #F904A1
Complementary color
Monochromatic Colors of #F904A1
Black with #F904A1
Text Example
Text Example
White with #F904A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904A1; }
p { color: rgb(249,4,161); }
H1.HeaderClassName
{
color: #F904A1;
}
.AnyTagClassName
{
color: #F904A1;
}
</style>
background-color css
<style>
a { background-color: #F904A1; }
a { background-color: rgb(249,4,161); }
div.DivClassName
{
background-color: #F904A1;
}
.BgClassName
{
background-color: #F904A1;
}
</style>
border-color css
<style>
span { border-color: #F904A1; }
span { border-color: rgb(249,4,161); }
td.TdClassName
{
border-color: #F904A1;
}
.TagClassName
{
border-color: #F904A1;
}
</style>