Shades of Hollywood Cerise #F60094
Tints of Hollywood Cerise #F60094
RGB
CMYK
RGB Variations
Color information
#F60094 (or 0xF60094) is known color: Hollywood Cerise. HEX triplet: F6, 00 and 94. RGB value is (246,0,148). Sum of RGB (Red+Green+Blue) = 246+0+148=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F60094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60094 is #09FF6B. Grayscale: #5A5A5A. Windows color (decimal): -655212 or 9699574. OLE color: 9699574.
HSL color Cylindrical-coordinate representation of color #F60094: hue angle of 323.9º 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 #F60094 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.40 | 0.04 |
| HSL | 323.9º | 1% | 0.48% | - |
| HSV(B) | 323.9º | 1% | 0.96% | - |
| XYZ | 43.35 | 21.73 | 29.93 | - |
| YUV | 90.43 | 160.5 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 148 | 0 | 1 | 0.40 | 0.04 | 323.9 | 1 | 0.48 |
| Hex | F6 | 0 | 94 | 0 | 64 | 28 | 4 | 144 | 64 | 30 |
| Octal | 366 | 0 | 224 | 0 | 144 | 50 | 4 | 504 | 144 | 60 |
| Binary | 11110110 | 0 | 10010100 | 0 | 1100100 | 101000 | 100 | 101000100 | 1100100 | 110000 |
Color Harmonies of #F60094
Complementary color
Monochromatic Colors of #F60094
Black with #F60094
Text Example
Text Example
White with #F60094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60094; }
p { color: rgb(246,0,148); }
H1.HeaderClassName
{
color: #F60094;
}
.AnyTagClassName
{
color: #F60094;
}
</style>
background-color css
<style>
a { background-color: #F60094; }
a { background-color: rgb(246,0,148); }
div.DivClassName
{
background-color: #F60094;
}
.BgClassName
{
background-color: #F60094;
}
</style>
border-color css
<style>
span { border-color: #F60094; }
span { border-color: rgb(246,0,148); }
td.TdClassName
{
border-color: #F60094;
}
.TagClassName
{
border-color: #F60094;
}
</style>