Shades of Hollywood Cerise #F904A8
Tints of Hollywood Cerise #F904A8
RGB
CMYK
RGB Variations
Color information
#F904A8 (or 0xF904A8) is known color: Hollywood Cerise. HEX triplet: F9, 04 and A8. RGB value is (249,4,168). Sum of RGB (Red+Green+Blue) = 249+4+168=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F904A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F904A8 is #06FB57. Grayscale: #5F5F5F. Windows color (decimal): -457560 or 11011321. OLE color: 11011321.
HSL color Cylindrical-coordinate representation of color #F904A8: hue angle of 319.84º 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 #F904A8 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 168 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.02 |
| HSL | 319.84º | 0.97% | 0.5% | - |
| HSV(B) | 319.84º | 0.98% | 0.98% | - |
| XYZ | 46.18 | 23.05 | 39.06 | - |
| YUV | 95.95 | 168.67 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 168 | 0 | 0.98 | 0.33 | 0.02 | 319.84 | 0.97 | 0.5 |
| Hex | F9 | 4 | A8 | 0 | 62 | 21 | 2 | 140 | 61 | 32 |
| Octal | 371 | 4 | 250 | 0 | 142 | 41 | 2 | 500 | 141 | 62 |
| Binary | 11111001 | 100 | 10101000 | 0 | 1100010 | 100001 | 10 | 101000000 | 1100001 | 110010 |
Color Harmonies of #F904A8
Complementary color
Monochromatic Colors of #F904A8
Black with #F904A8
Text Example
Text Example
White with #F904A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F904A8; }
p { color: rgb(249,4,168); }
H1.HeaderClassName
{
color: #F904A8;
}
.AnyTagClassName
{
color: #F904A8;
}
</style>
background-color css
<style>
a { background-color: #F904A8; }
a { background-color: rgb(249,4,168); }
div.DivClassName
{
background-color: #F904A8;
}
.BgClassName
{
background-color: #F904A8;
}
</style>
border-color css
<style>
span { border-color: #F904A8; }
span { border-color: rgb(249,4,168); }
td.TdClassName
{
border-color: #F904A8;
}
.TagClassName
{
border-color: #F904A8;
}
</style>