Shades of Hollywood Cerise #F702AD
Tints of Hollywood Cerise #F702AD
RGB
CMYK
RGB Variations
Color information
#F702AD (or 0xF702AD) is known color: Hollywood Cerise. HEX triplet: F7, 02 and AD. RGB value is (247,2,173). Sum of RGB (Red+Green+Blue) = 247+2+173=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F702AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F702AD is #08FD52. Grayscale: #5E5E5E. Windows color (decimal): -589139 or 11338487. OLE color: 11338487.
HSL color Cylindrical-coordinate representation of color #F702AD: hue angle of 318.12º 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 #F702AD is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.03 |
| HSL | 318.12º | 0.98% | 0.49% | - |
| HSV(B) | 318.12º | 0.99% | 0.97% | - |
| XYZ | 45.92 | 22.83 | 41.52 | - |
| YUV | 94.75 | 172.17 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 173 | 0 | 0.99 | 0.30 | 0.03 | 318.12 | 0.98 | 0.49 |
| Hex | F7 | 2 | AD | 0 | 63 | 1E | 3 | 13E | 62 | 31 |
| Octal | 367 | 2 | 255 | 0 | 143 | 36 | 3 | 476 | 142 | 61 |
| Binary | 11110111 | 10 | 10101101 | 0 | 1100011 | 11110 | 11 | 100111110 | 1100010 | 110001 |
Color Harmonies of #F702AD
Complementary color
Monochromatic Colors of #F702AD
Black with #F702AD
Text Example
Text Example
White with #F702AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F702AD; }
p { color: rgb(247,2,173); }
H1.HeaderClassName
{
color: #F702AD;
}
.AnyTagClassName
{
color: #F702AD;
}
</style>
background-color css
<style>
a { background-color: #F702AD; }
a { background-color: rgb(247,2,173); }
div.DivClassName
{
background-color: #F702AD;
}
.BgClassName
{
background-color: #F702AD;
}
</style>
border-color css
<style>
span { border-color: #F702AD; }
span { border-color: rgb(247,2,173); }
td.TdClassName
{
border-color: #F702AD;
}
.TagClassName
{
border-color: #F702AD;
}
</style>