Shades of Hollywood Cerise #F70BAE
Tints of Hollywood Cerise #F70BAE
RGB
CMYK
RGB Variations
Color information
#F70BAE (or 0xF70BAE) is known color: Hollywood Cerise. HEX triplet: F7, 0B and AE. RGB value is (247,11,174). Sum of RGB (Red+Green+Blue) = 247+11+174=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70BAE is #08F451. Grayscale: #636363. Windows color (decimal): -586834 or 11406327. OLE color: 11406327.
HSL color Cylindrical-coordinate representation of color #F70BAE: hue angle of 318.56º 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 #F70BAE is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 174 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.03 |
| HSL | 318.56º | 0.94% | 0.51% | - |
| HSV(B) | 318.56º | 0.96% | 0.97% | - |
| XYZ | 46.12 | 23.07 | 42.07 | - |
| YUV | 100.15 | 169.69 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 174 | 0 | 0.96 | 0.30 | 0.03 | 318.56 | 0.94 | 0.51 |
| Hex | F7 | B | AE | 0 | 60 | 1E | 3 | 13F | 5E | 33 |
| Octal | 367 | 13 | 256 | 0 | 140 | 36 | 3 | 477 | 136 | 63 |
| Binary | 11110111 | 1011 | 10101110 | 0 | 1100000 | 11110 | 11 | 100111111 | 1011110 | 110011 |
Color Harmonies of #F70BAE
Complementary color
Monochromatic Colors of #F70BAE
Black with #F70BAE
Text Example
Text Example
White with #F70BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BAE; }
p { color: rgb(247,11,174); }
H1.HeaderClassName
{
color: #F70BAE;
}
.AnyTagClassName
{
color: #F70BAE;
}
</style>
background-color css
<style>
a { background-color: #F70BAE; }
a { background-color: rgb(247,11,174); }
div.DivClassName
{
background-color: #F70BAE;
}
.BgClassName
{
background-color: #F70BAE;
}
</style>
border-color css
<style>
span { border-color: #F70BAE; }
span { border-color: rgb(247,11,174); }
td.TdClassName
{
border-color: #F70BAE;
}
.TagClassName
{
border-color: #F70BAE;
}
</style>