Shades of Hollywood Cerise #F8009C
Tints of Hollywood Cerise #F8009C
RGB
CMYK
RGB Variations
Color information
#F8009C (or 0xF8009C) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 9C. RGB value is (248,0,156). Sum of RGB (Red+Green+Blue) = 248+0+156=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F8009C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8009C is #07FF63. Grayscale: #5B5B5B. Windows color (decimal): -524132 or 10223864. OLE color: 10223864.
HSL color Cylindrical-coordinate representation of color #F8009C: hue angle of 322.26º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8009C is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.37 | 0.03 |
| HSL | 322.26º | 1% | 0.49% | - |
| HSV(B) | 322.26º | 1% | 0.97% | - |
| XYZ | 44.71 | 22.36 | 33.41 | - |
| YUV | 91.94 | 164.16 | 239.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 156 | 0 | 1 | 0.37 | 0.03 | 322.26 | 1 | 0.49 |
| Hex | F8 | 0 | 9C | 0 | 64 | 25 | 3 | 142 | 64 | 31 |
| Octal | 370 | 0 | 234 | 0 | 144 | 45 | 3 | 502 | 144 | 61 |
| Binary | 11111000 | 0 | 10011100 | 0 | 1100100 | 100101 | 11 | 101000010 | 1100100 | 110001 |
Color Harmonies of #F8009C
Complementary color
Monochromatic Colors of #F8009C
Black with #F8009C
Text Example
Text Example
White with #F8009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8009C; }
p { color: rgb(248,0,156); }
H1.HeaderClassName
{
color: #F8009C;
}
.AnyTagClassName
{
color: #F8009C;
}
</style>
background-color css
<style>
a { background-color: #F8009C; }
a { background-color: rgb(248,0,156); }
div.DivClassName
{
background-color: #F8009C;
}
.BgClassName
{
background-color: #F8009C;
}
</style>
border-color css
<style>
span { border-color: #F8009C; }
span { border-color: rgb(248,0,156); }
td.TdClassName
{
border-color: #F8009C;
}
.TagClassName
{
border-color: #F8009C;
}
</style>