Shades of Hollywood Cerise #F60395
Tints of Hollywood Cerise #F60395
RGB
CMYK
RGB Variations
Color information
#F60395 (or 0xF60395) is known color: Hollywood Cerise. HEX triplet: F6, 03 and 95. RGB value is (246,3,149). Sum of RGB (Red+Green+Blue) = 246+3+149=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F60395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60395 is #09FC6A. Grayscale: #5B5B5B. Windows color (decimal): -654443 or 9765878. OLE color: 9765878.
HSL color Cylindrical-coordinate representation of color #F60395: hue angle of 323.95º 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 #F60395 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 149 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.04 |
| HSL | 323.95º | 0.98% | 0.49% | - |
| HSV(B) | 323.95º | 0.99% | 0.96% | - |
| XYZ | 43.46 | 21.83 | 30.36 | - |
| YUV | 92.3 | 160.01 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 149 | 0 | 0.99 | 0.39 | 0.04 | 323.95 | 0.98 | 0.49 |
| Hex | F6 | 3 | 95 | 0 | 63 | 27 | 4 | 144 | 62 | 31 |
| Octal | 366 | 3 | 225 | 0 | 143 | 47 | 4 | 504 | 142 | 61 |
| Binary | 11110110 | 11 | 10010101 | 0 | 1100011 | 100111 | 100 | 101000100 | 1100010 | 110001 |
Color Harmonies of #F60395
Complementary color
Monochromatic Colors of #F60395
Black with #F60395
Text Example
Text Example
White with #F60395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60395; }
p { color: rgb(246,3,149); }
H1.HeaderClassName
{
color: #F60395;
}
.AnyTagClassName
{
color: #F60395;
}
</style>
background-color css
<style>
a { background-color: #F60395; }
a { background-color: rgb(246,3,149); }
div.DivClassName
{
background-color: #F60395;
}
.BgClassName
{
background-color: #F60395;
}
</style>
border-color css
<style>
span { border-color: #F60395; }
span { border-color: rgb(246,3,149); }
td.TdClassName
{
border-color: #F60395;
}
.TagClassName
{
border-color: #F60395;
}
</style>