Shades of Hollywood Cerise #F60097
Tints of Hollywood Cerise #F60097
RGB
CMYK
RGB Variations
Color information
#F60097 (or 0xF60097) is known color: Hollywood Cerise. HEX triplet: F6, 00 and 97. RGB value is (246,0,151). Sum of RGB (Red+Green+Blue) = 246+0+151=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F60097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60097 is #09FF68. Grayscale: #5A5A5A. Windows color (decimal): -655209 or 9896182. OLE color: 9896182.
HSL color Cylindrical-coordinate representation of color #F60097: hue angle of 323.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60097 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.39 | 0.04 |
| HSL | 323.17º | 1% | 0.48% | - |
| HSV(B) | 323.17º | 1% | 0.96% | - |
| XYZ | 43.59 | 21.83 | 31.19 | - |
| YUV | 90.77 | 162 | 238.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 151 | 0 | 1 | 0.39 | 0.04 | 323.17 | 1 | 0.48 |
| Hex | F6 | 0 | 97 | 0 | 64 | 27 | 4 | 143 | 64 | 30 |
| Octal | 366 | 0 | 227 | 0 | 144 | 47 | 4 | 503 | 144 | 60 |
| Binary | 11110110 | 0 | 10010111 | 0 | 1100100 | 100111 | 100 | 101000011 | 1100100 | 110000 |
Color Harmonies of #F60097
Complementary color
Monochromatic Colors of #F60097
Black with #F60097
Text Example
Text Example
White with #F60097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60097; }
p { color: rgb(246,0,151); }
H1.HeaderClassName
{
color: #F60097;
}
.AnyTagClassName
{
color: #F60097;
}
</style>
background-color css
<style>
a { background-color: #F60097; }
a { background-color: rgb(246,0,151); }
div.DivClassName
{
background-color: #F60097;
}
.BgClassName
{
background-color: #F60097;
}
</style>
border-color css
<style>
span { border-color: #F60097; }
span { border-color: rgb(246,0,151); }
td.TdClassName
{
border-color: #F60097;
}
.TagClassName
{
border-color: #F60097;
}
</style>