Shades of Hollywood Cerise #F802A4
Tints of Hollywood Cerise #F802A4
RGB
CMYK
RGB Variations
Color information
#F802A4 (or 0xF802A4) is known color: Hollywood Cerise. HEX triplet: F8, 02 and A4. RGB value is (248,2,164). Sum of RGB (Red+Green+Blue) = 248+2+164=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F802A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F802A4 is #07FD5B. Grayscale: #5D5D5D. Windows color (decimal): -523612 or 10748664. OLE color: 10748664.
HSL color Cylindrical-coordinate representation of color #F802A4: hue angle of 320.49º 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 #F802A4 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 164 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.03 |
| HSL | 320.49º | 0.98% | 0.49% | - |
| HSV(B) | 320.49º | 0.99% | 0.97% | - |
| XYZ | 45.43 | 22.68 | 37.11 | - |
| YUV | 94.02 | 167.5 | 237.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 164 | 0 | 0.99 | 0.34 | 0.03 | 320.49 | 0.98 | 0.49 |
| Hex | F8 | 2 | A4 | 0 | 63 | 22 | 3 | 140 | 62 | 31 |
| Octal | 370 | 2 | 244 | 0 | 143 | 42 | 3 | 500 | 142 | 61 |
| Binary | 11111000 | 10 | 10100100 | 0 | 1100011 | 100010 | 11 | 101000000 | 1100010 | 110001 |
Color Harmonies of #F802A4
Complementary color
Monochromatic Colors of #F802A4
Black with #F802A4
Text Example
Text Example
White with #F802A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802A4; }
p { color: rgb(248,2,164); }
H1.HeaderClassName
{
color: #F802A4;
}
.AnyTagClassName
{
color: #F802A4;
}
</style>
background-color css
<style>
a { background-color: #F802A4; }
a { background-color: rgb(248,2,164); }
div.DivClassName
{
background-color: #F802A4;
}
.BgClassName
{
background-color: #F802A4;
}
</style>
border-color css
<style>
span { border-color: #F802A4; }
span { border-color: rgb(248,2,164); }
td.TdClassName
{
border-color: #F802A4;
}
.TagClassName
{
border-color: #F802A4;
}
</style>