Shades of Hollywood Cerise #F60198
Tints of Hollywood Cerise #F60198
RGB
CMYK
RGB Variations
Color information
#F60198 (or 0xF60198) is known color: Hollywood Cerise. HEX triplet: F6, 01 and 98. RGB value is (246,1,152). Sum of RGB (Red+Green+Blue) = 246+1+152=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F60198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60198 is #09FE67. Grayscale: #5B5B5B. Windows color (decimal): -654952 or 9961974. OLE color: 9961974.
HSL color Cylindrical-coordinate representation of color #F60198: hue angle of 323.02º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60198 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.04 |
| HSL | 323.02º | 0.99% | 0.48% | - |
| HSV(B) | 323.02º | 1% | 0.96% | - |
| XYZ | 43.68 | 21.88 | 31.63 | - |
| YUV | 91.47 | 162.17 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 152 | 0 | 1.00 | 0.38 | 0.04 | 323.02 | 0.99 | 0.48 |
| Hex | F6 | 1 | 98 | 0 | 64 | 26 | 4 | 143 | 63 | 30 |
| Octal | 366 | 1 | 230 | 0 | 144 | 46 | 4 | 503 | 143 | 60 |
| Binary | 11110110 | 1 | 10011000 | 0 | 1100100 | 100110 | 100 | 101000011 | 1100011 | 110000 |
Color Harmonies of #F60198
Complementary color
Monochromatic Colors of #F60198
Black with #F60198
Text Example
Text Example
White with #F60198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60198; }
p { color: rgb(246,1,152); }
H1.HeaderClassName
{
color: #F60198;
}
.AnyTagClassName
{
color: #F60198;
}
</style>
background-color css
<style>
a { background-color: #F60198; }
a { background-color: rgb(246,1,152); }
div.DivClassName
{
background-color: #F60198;
}
.BgClassName
{
background-color: #F60198;
}
</style>
border-color css
<style>
span { border-color: #F60198; }
span { border-color: rgb(246,1,152); }
td.TdClassName
{
border-color: #F60198;
}
.TagClassName
{
border-color: #F60198;
}
</style>