Shades of Hollywood Cerise #F80D9D
Tints of Hollywood Cerise #F80D9D
RGB
CMYK
RGB Variations
Color information
#F80D9D (or 0xF80D9D) is known color: Hollywood Cerise. HEX triplet: F8, 0D and 9D. RGB value is (248,13,157). Sum of RGB (Red+Green+Blue) = 248+13+157=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80D9D is #07F262. Grayscale: #636363. Windows color (decimal): -520803 or 10292728. OLE color: 10292728.
HSL color Cylindrical-coordinate representation of color #F80D9D: hue angle of 323.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80D9D is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 157 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.03 |
| HSL | 323.23º | 0.94% | 0.51% | - |
| HSV(B) | 323.23º | 0.95% | 0.97% | - |
| XYZ | 44.94 | 22.68 | 33.91 | - |
| YUV | 99.68 | 160.36 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 157 | 0 | 0.95 | 0.37 | 0.03 | 323.23 | 0.94 | 0.51 |
| Hex | F8 | D | 9D | 0 | 5F | 25 | 3 | 143 | 5E | 33 |
| Octal | 370 | 15 | 235 | 0 | 137 | 45 | 3 | 503 | 136 | 63 |
| Binary | 11111000 | 1101 | 10011101 | 0 | 1011111 | 100101 | 11 | 101000011 | 1011110 | 110011 |
Color Harmonies of #F80D9D
Complementary color
Monochromatic Colors of #F80D9D
Black with #F80D9D
Text Example
Text Example
White with #F80D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80D9D; }
p { color: rgb(248,13,157); }
H1.HeaderClassName
{
color: #F80D9D;
}
.AnyTagClassName
{
color: #F80D9D;
}
</style>
background-color css
<style>
a { background-color: #F80D9D; }
a { background-color: rgb(248,13,157); }
div.DivClassName
{
background-color: #F80D9D;
}
.BgClassName
{
background-color: #F80D9D;
}
</style>
border-color css
<style>
span { border-color: #F80D9D; }
span { border-color: rgb(248,13,157); }
td.TdClassName
{
border-color: #F80D9D;
}
.TagClassName
{
border-color: #F80D9D;
}
</style>