Shades of Hollywood Cerise #F8029A
Tints of Hollywood Cerise #F8029A
RGB
CMYK
RGB Variations
Color information
#F8029A (or 0xF8029A) is known color: Hollywood Cerise. HEX triplet: F8, 02 and 9A. RGB value is (248,2,154). Sum of RGB (Red+Green+Blue) = 248+2+154=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F8029A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8029A is #07FD65. Grayscale: #5C5C5C. Windows color (decimal): -523622 or 10093304. OLE color: 10093304.
HSL color Cylindrical-coordinate representation of color #F8029A: hue angle of 322.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8029A is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.03 |
| HSL | 322.93º | 0.98% | 0.49% | - |
| HSV(B) | 322.93º | 0.99% | 0.97% | - |
| XYZ | 44.57 | 22.33 | 32.53 | - |
| YUV | 92.88 | 162.5 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 154 | 0 | 0.99 | 0.38 | 0.03 | 322.93 | 0.98 | 0.49 |
| Hex | F8 | 2 | 9A | 0 | 63 | 26 | 3 | 143 | 62 | 31 |
| Octal | 370 | 2 | 232 | 0 | 143 | 46 | 3 | 503 | 142 | 61 |
| Binary | 11111000 | 10 | 10011010 | 0 | 1100011 | 100110 | 11 | 101000011 | 1100010 | 110001 |
Color Harmonies of #F8029A
Complementary color
Monochromatic Colors of #F8029A
Black with #F8029A
Text Example
Text Example
White with #F8029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8029A; }
p { color: rgb(248,2,154); }
H1.HeaderClassName
{
color: #F8029A;
}
.AnyTagClassName
{
color: #F8029A;
}
</style>
background-color css
<style>
a { background-color: #F8029A; }
a { background-color: rgb(248,2,154); }
div.DivClassName
{
background-color: #F8029A;
}
.BgClassName
{
background-color: #F8029A;
}
</style>
border-color css
<style>
span { border-color: #F8029A; }
span { border-color: rgb(248,2,154); }
td.TdClassName
{
border-color: #F8029A;
}
.TagClassName
{
border-color: #F8029A;
}
</style>