Shades of Hollywood Cerise #F70093
Tints of Hollywood Cerise #F70093
RGB
CMYK
RGB Variations
Color information
#F70093 (or 0xF70093) is known color: Hollywood Cerise. HEX triplet: F7, 00 and 93. RGB value is (247,0,147). Sum of RGB (Red+Green+Blue) = 247+0+147=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F70093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70093 is #08FF6C. Grayscale: #5A5A5A. Windows color (decimal): -589677 or 9634039. OLE color: 9634039.
HSL color Cylindrical-coordinate representation of color #F70093: hue angle of 324.29º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70093 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.40 | 0.03 |
| HSL | 324.29º | 1% | 0.48% | - |
| HSV(B) | 324.29º | 1% | 0.97% | - |
| XYZ | 43.62 | 21.88 | 29.53 | - |
| YUV | 90.61 | 159.83 | 239.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 147 | 0 | 1 | 0.40 | 0.03 | 324.29 | 1 | 0.48 |
| Hex | F7 | 0 | 93 | 0 | 64 | 28 | 3 | 144 | 64 | 30 |
| Octal | 367 | 0 | 223 | 0 | 144 | 50 | 3 | 504 | 144 | 60 |
| Binary | 11110111 | 0 | 10010011 | 0 | 1100100 | 101000 | 11 | 101000100 | 1100100 | 110000 |
Color Harmonies of #F70093
Complementary color
Monochromatic Colors of #F70093
Black with #F70093
Text Example
Text Example
White with #F70093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70093; }
p { color: rgb(247,0,147); }
H1.HeaderClassName
{
color: #F70093;
}
.AnyTagClassName
{
color: #F70093;
}
</style>
background-color css
<style>
a { background-color: #F70093; }
a { background-color: rgb(247,0,147); }
div.DivClassName
{
background-color: #F70093;
}
.BgClassName
{
background-color: #F70093;
}
</style>
border-color css
<style>
span { border-color: #F70093; }
span { border-color: rgb(247,0,147); }
td.TdClassName
{
border-color: #F70093;
}
.TagClassName
{
border-color: #F70093;
}
</style>