Shades of Hollywood Cerise #F60698
Tints of Hollywood Cerise #F60698
RGB
CMYK
RGB Variations
Color information
#F60698 (or 0xF60698) is known color: Hollywood Cerise. HEX triplet: F6, 06 and 98. RGB value is (246,6,152). Sum of RGB (Red+Green+Blue) = 246+6+152=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F60698 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60698 is #09F967. Grayscale: #5E5E5E. Windows color (decimal): -653672 or 9963254. OLE color: 9963254.
HSL color Cylindrical-coordinate representation of color #F60698: hue angle of 323.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60698 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 152 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.04 |
| HSL | 323.5º | 0.95% | 0.49% | - |
| HSV(B) | 323.5º | 0.98% | 0.96% | - |
| XYZ | 43.74 | 21.99 | 31.64 | - |
| YUV | 94.4 | 160.51 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 152 | 0 | 0.98 | 0.38 | 0.04 | 323.5 | 0.95 | 0.49 |
| Hex | F6 | 6 | 98 | 0 | 62 | 26 | 4 | 144 | 5F | 31 |
| Octal | 366 | 6 | 230 | 0 | 142 | 46 | 4 | 504 | 137 | 61 |
| Binary | 11110110 | 110 | 10011000 | 0 | 1100010 | 100110 | 100 | 101000100 | 1011111 | 110001 |
Color Harmonies of #F60698
Complementary color
Monochromatic Colors of #F60698
Black with #F60698
Text Example
Text Example
White with #F60698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60698; }
p { color: rgb(246,6,152); }
H1.HeaderClassName
{
color: #F60698;
}
.AnyTagClassName
{
color: #F60698;
}
</style>
background-color css
<style>
a { background-color: #F60698; }
a { background-color: rgb(246,6,152); }
div.DivClassName
{
background-color: #F60698;
}
.BgClassName
{
background-color: #F60698;
}
</style>
border-color css
<style>
span { border-color: #F60698; }
span { border-color: rgb(246,6,152); }
td.TdClassName
{
border-color: #F60698;
}
.TagClassName
{
border-color: #F60698;
}
</style>