Shades of Hollywood Cerise #F60694
Tints of Hollywood Cerise #F60694
RGB
CMYK
RGB Variations
Color information
#F60694 (or 0xF60694) is known color: Hollywood Cerise. HEX triplet: F6, 06 and 94. RGB value is (246,6,148). Sum of RGB (Red+Green+Blue) = 246+6+148=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F60694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60694 is #09F96B. Grayscale: #5D5D5D. Windows color (decimal): -653676 or 9701110. OLE color: 9701110.
HSL color Cylindrical-coordinate representation of color #F60694: hue angle of 324.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 #F60694 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 148 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.04 |
| HSL | 324.5º | 0.95% | 0.49% | - |
| HSV(B) | 324.5º | 0.98% | 0.96% | - |
| XYZ | 43.42 | 21.86 | 29.95 | - |
| YUV | 93.95 | 158.51 | 236.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 148 | 0 | 0.98 | 0.40 | 0.04 | 324.5 | 0.95 | 0.49 |
| Hex | F6 | 6 | 94 | 0 | 62 | 28 | 4 | 144 | 5F | 31 |
| Octal | 366 | 6 | 224 | 0 | 142 | 50 | 4 | 504 | 137 | 61 |
| Binary | 11110110 | 110 | 10010100 | 0 | 1100010 | 101000 | 100 | 101000100 | 1011111 | 110001 |
Color Harmonies of #F60694
Complementary color
Monochromatic Colors of #F60694
Black with #F60694
Text Example
Text Example
White with #F60694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60694; }
p { color: rgb(246,6,148); }
H1.HeaderClassName
{
color: #F60694;
}
.AnyTagClassName
{
color: #F60694;
}
</style>
background-color css
<style>
a { background-color: #F60694; }
a { background-color: rgb(246,6,148); }
div.DivClassName
{
background-color: #F60694;
}
.BgClassName
{
background-color: #F60694;
}
</style>
border-color css
<style>
span { border-color: #F60694; }
span { border-color: rgb(246,6,148); }
td.TdClassName
{
border-color: #F60694;
}
.TagClassName
{
border-color: #F60694;
}
</style>