Shades of Hollywood Cerise #F802AD
Tints of Hollywood Cerise #F802AD
RGB
CMYK
RGB Variations
Color information
#F802AD (or 0xF802AD) is known color: Hollywood Cerise. HEX triplet: F8, 02 and AD. RGB value is (248,2,173). Sum of RGB (Red+Green+Blue) = 248+2+173=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F802AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F802AD is #07FD52. Grayscale: #5E5E5E. Windows color (decimal): -523603 or 11338488. OLE color: 11338488.
HSL color Cylindrical-coordinate representation of color #F802AD: hue angle of 318.29º 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 #F802AD is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.03 |
| HSL | 318.29º | 0.98% | 0.49% | - |
| HSV(B) | 318.29º | 0.99% | 0.97% | - |
| XYZ | 46.28 | 23.02 | 41.54 | - |
| YUV | 95.05 | 172 | 237.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 173 | 0 | 0.99 | 0.30 | 0.03 | 318.29 | 0.98 | 0.49 |
| Hex | F8 | 2 | AD | 0 | 63 | 1E | 3 | 13E | 62 | 31 |
| Octal | 370 | 2 | 255 | 0 | 143 | 36 | 3 | 476 | 142 | 61 |
| Binary | 11111000 | 10 | 10101101 | 0 | 1100011 | 11110 | 11 | 100111110 | 1100010 | 110001 |
Color Harmonies of #F802AD
Complementary color
Monochromatic Colors of #F802AD
Black with #F802AD
Text Example
Text Example
White with #F802AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802AD; }
p { color: rgb(248,2,173); }
H1.HeaderClassName
{
color: #F802AD;
}
.AnyTagClassName
{
color: #F802AD;
}
</style>
background-color css
<style>
a { background-color: #F802AD; }
a { background-color: rgb(248,2,173); }
div.DivClassName
{
background-color: #F802AD;
}
.BgClassName
{
background-color: #F802AD;
}
</style>
border-color css
<style>
span { border-color: #F802AD; }
span { border-color: rgb(248,2,173); }
td.TdClassName
{
border-color: #F802AD;
}
.TagClassName
{
border-color: #F802AD;
}
</style>