Shades of Hollywood Cerise #F60296
Tints of Hollywood Cerise #F60296
RGB
CMYK
RGB Variations
Color information
#F60296 (or 0xF60296) is known color: Hollywood Cerise. HEX triplet: F6, 02 and 96. RGB value is (246,2,150). Sum of RGB (Red+Green+Blue) = 246+2+150=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F60296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60296 is #09FD69. Grayscale: #5B5B5B. Windows color (decimal): -654698 or 9831158. OLE color: 9831158.
HSL color Cylindrical-coordinate representation of color #F60296: hue angle of 323.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60296 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.04 |
| HSL | 323.61º | 0.98% | 0.49% | - |
| HSV(B) | 323.61º | 0.99% | 0.96% | - |
| XYZ | 43.53 | 21.84 | 30.77 | - |
| YUV | 91.83 | 160.84 | 237.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 150 | 0 | 0.99 | 0.39 | 0.04 | 323.61 | 0.98 | 0.49 |
| Hex | F6 | 2 | 96 | 0 | 63 | 27 | 4 | 144 | 62 | 31 |
| Octal | 366 | 2 | 226 | 0 | 143 | 47 | 4 | 504 | 142 | 61 |
| Binary | 11110110 | 10 | 10010110 | 0 | 1100011 | 100111 | 100 | 101000100 | 1100010 | 110001 |
Color Harmonies of #F60296
Complementary color
Monochromatic Colors of #F60296
Black with #F60296
Text Example
Text Example
White with #F60296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60296; }
p { color: rgb(246,2,150); }
H1.HeaderClassName
{
color: #F60296;
}
.AnyTagClassName
{
color: #F60296;
}
</style>
background-color css
<style>
a { background-color: #F60296; }
a { background-color: rgb(246,2,150); }
div.DivClassName
{
background-color: #F60296;
}
.BgClassName
{
background-color: #F60296;
}
</style>
border-color css
<style>
span { border-color: #F60296; }
span { border-color: rgb(246,2,150); }
td.TdClassName
{
border-color: #F60296;
}
.TagClassName
{
border-color: #F60296;
}
</style>