Shades of Hollywood Cerise #F8089D
Tints of Hollywood Cerise #F8089D
RGB
CMYK
RGB Variations
Color information
#F8089D (or 0xF8089D) is known color: Hollywood Cerise. HEX triplet: F8, 08 and 9D. RGB value is (248,8,157). Sum of RGB (Red+Green+Blue) = 248+8+157=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F8089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8089D is #07F762. Grayscale: #606060. Windows color (decimal): -522083 or 10291448. OLE color: 10291448.
HSL color Cylindrical-coordinate representation of color #F8089D: hue angle of 322.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8089D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 157 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.03 |
| HSL | 322.75º | 0.94% | 0.5% | - |
| HSV(B) | 322.75º | 0.97% | 0.97% | - |
| XYZ | 44.88 | 22.56 | 33.89 | - |
| YUV | 96.75 | 162.01 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 157 | 0 | 0.97 | 0.37 | 0.03 | 322.75 | 0.94 | 0.5 |
| Hex | F8 | 8 | 9D | 0 | 61 | 25 | 3 | 143 | 5E | 32 |
| Octal | 370 | 10 | 235 | 0 | 141 | 45 | 3 | 503 | 136 | 62 |
| Binary | 11111000 | 1000 | 10011101 | 0 | 1100001 | 100101 | 11 | 101000011 | 1011110 | 110010 |
Color Harmonies of #F8089D
Complementary color
Monochromatic Colors of #F8089D
Black with #F8089D
Text Example
Text Example
White with #F8089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8089D; }
p { color: rgb(248,8,157); }
H1.HeaderClassName
{
color: #F8089D;
}
.AnyTagClassName
{
color: #F8089D;
}
</style>
background-color css
<style>
a { background-color: #F8089D; }
a { background-color: rgb(248,8,157); }
div.DivClassName
{
background-color: #F8089D;
}
.BgClassName
{
background-color: #F8089D;
}
</style>
border-color css
<style>
span { border-color: #F8089D; }
span { border-color: rgb(248,8,157); }
td.TdClassName
{
border-color: #F8089D;
}
.TagClassName
{
border-color: #F8089D;
}
</style>