Shades of Hollywood Cerise #F8008D
Tints of Hollywood Cerise #F8008D
RGB
CMYK
RGB Variations
Color information
#F8008D (or 0xF8008D) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 8D. RGB value is (248,0,141). Sum of RGB (Red+Green+Blue) = 248+0+141=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F8008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8008D is #07FF72. Grayscale: #595959. Windows color (decimal): -524147 or 9240824. OLE color: 9240824.
HSL color Cylindrical-coordinate representation of color #F8008D: hue angle of 325.89º 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 #F8008D is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.43 | 0.03 |
| HSL | 325.89º | 1% | 0.49% | - |
| HSV(B) | 325.89º | 1% | 0.97% | - |
| XYZ | 43.52 | 21.88 | 27.13 | - |
| YUV | 90.23 | 156.66 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 141 | 0 | 1 | 0.43 | 0.03 | 325.89 | 1 | 0.49 |
| Hex | F8 | 0 | 8D | 0 | 64 | 2B | 3 | 146 | 64 | 31 |
| Octal | 370 | 0 | 215 | 0 | 144 | 53 | 3 | 506 | 144 | 61 |
| Binary | 11111000 | 0 | 10001101 | 0 | 1100100 | 101011 | 11 | 101000110 | 1100100 | 110001 |
Color Harmonies of #F8008D
Complementary color
Monochromatic Colors of #F8008D
Black with #F8008D
Text Example
Text Example
White with #F8008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8008D; }
p { color: rgb(248,0,141); }
H1.HeaderClassName
{
color: #F8008D;
}
.AnyTagClassName
{
color: #F8008D;
}
</style>
background-color css
<style>
a { background-color: #F8008D; }
a { background-color: rgb(248,0,141); }
div.DivClassName
{
background-color: #F8008D;
}
.BgClassName
{
background-color: #F8008D;
}
</style>
border-color css
<style>
span { border-color: #F8008D; }
span { border-color: rgb(248,0,141); }
td.TdClassName
{
border-color: #F8008D;
}
.TagClassName
{
border-color: #F8008D;
}
</style>