Shades of Hollywood Cerise #F802AA
Tints of Hollywood Cerise #F802AA
RGB
CMYK
RGB Variations
Color information
#F802AA (or 0xF802AA) is known color: Hollywood Cerise. HEX triplet: F8, 02 and AA. RGB value is (248,2,170). Sum of RGB (Red+Green+Blue) = 248+2+170=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F802AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F802AA is #07FD55. Grayscale: #5E5E5E. Windows color (decimal): -523606 or 11141880. OLE color: 11141880.
HSL color Cylindrical-coordinate representation of color #F802AA: hue angle of 319.02º 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 #F802AA is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.03 |
| HSL | 319.02º | 0.98% | 0.49% | - |
| HSV(B) | 319.02º | 0.99% | 0.97% | - |
| XYZ | 45.99 | 22.9 | 40.03 | - |
| YUV | 94.71 | 170.5 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 170 | 0 | 0.99 | 0.31 | 0.03 | 319.02 | 0.98 | 0.49 |
| Hex | F8 | 2 | AA | 0 | 63 | 1F | 3 | 13F | 62 | 31 |
| Octal | 370 | 2 | 252 | 0 | 143 | 37 | 3 | 477 | 142 | 61 |
| Binary | 11111000 | 10 | 10101010 | 0 | 1100011 | 11111 | 11 | 100111111 | 1100010 | 110001 |
Color Harmonies of #F802AA
Complementary color
Monochromatic Colors of #F802AA
Black with #F802AA
Text Example
Text Example
White with #F802AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802AA; }
p { color: rgb(248,2,170); }
H1.HeaderClassName
{
color: #F802AA;
}
.AnyTagClassName
{
color: #F802AA;
}
</style>
background-color css
<style>
a { background-color: #F802AA; }
a { background-color: rgb(248,2,170); }
div.DivClassName
{
background-color: #F802AA;
}
.BgClassName
{
background-color: #F802AA;
}
</style>
border-color css
<style>
span { border-color: #F802AA; }
span { border-color: rgb(248,2,170); }
td.TdClassName
{
border-color: #F802AA;
}
.TagClassName
{
border-color: #F802AA;
}
</style>