Shades of Hollywood Cerise #F70BAF
Tints of Hollywood Cerise #F70BAF
RGB
CMYK
RGB Variations
Color information
#F70BAF (or 0xF70BAF) is known color: Hollywood Cerise. HEX triplet: F7, 0B and AF. RGB value is (247,11,175). Sum of RGB (Red+Green+Blue) = 247+11+175=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70BAF is #08F450. Grayscale: #636363. Windows color (decimal): -586833 or 11471863. OLE color: 11471863.
HSL color Cylindrical-coordinate representation of color #F70BAF: hue angle of 318.31º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70BAF is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 175 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.03 |
| HSL | 318.31º | 0.94% | 0.51% | - |
| HSV(B) | 318.31º | 0.96% | 0.97% | - |
| XYZ | 46.22 | 23.11 | 42.58 | - |
| YUV | 100.26 | 170.19 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 175 | 0 | 0.96 | 0.29 | 0.03 | 318.31 | 0.94 | 0.51 |
| Hex | F7 | B | AF | 0 | 60 | 1D | 3 | 13E | 5E | 33 |
| Octal | 367 | 13 | 257 | 0 | 140 | 35 | 3 | 476 | 136 | 63 |
| Binary | 11110111 | 1011 | 10101111 | 0 | 1100000 | 11101 | 11 | 100111110 | 1011110 | 110011 |
Color Harmonies of #F70BAF
Complementary color
Monochromatic Colors of #F70BAF
Black with #F70BAF
Text Example
Text Example
White with #F70BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BAF; }
p { color: rgb(247,11,175); }
H1.HeaderClassName
{
color: #F70BAF;
}
.AnyTagClassName
{
color: #F70BAF;
}
</style>
background-color css
<style>
a { background-color: #F70BAF; }
a { background-color: rgb(247,11,175); }
div.DivClassName
{
background-color: #F70BAF;
}
.BgClassName
{
background-color: #F70BAF;
}
</style>
border-color css
<style>
span { border-color: #F70BAF; }
span { border-color: rgb(247,11,175); }
td.TdClassName
{
border-color: #F70BAF;
}
.TagClassName
{
border-color: #F70BAF;
}
</style>