Shades of Hollywood Cerise #F60392
Tints of Hollywood Cerise #F60392
RGB
CMYK
RGB Variations
Color information
#F60392 (or 0xF60392) is known color: Hollywood Cerise. HEX triplet: F6, 03 and 92. RGB value is (246,3,146). Sum of RGB (Red+Green+Blue) = 246+3+146=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F60392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60392 is #09FC6D. Grayscale: #5B5B5B. Windows color (decimal): -654446 or 9569270. OLE color: 9569270.
HSL color Cylindrical-coordinate representation of color #F60392: hue angle of 324.69º 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 #F60392 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 146 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.04 |
| HSL | 324.69º | 0.98% | 0.49% | - |
| HSV(B) | 324.69º | 0.99% | 0.96% | - |
| XYZ | 43.23 | 21.73 | 29.11 | - |
| YUV | 91.96 | 158.51 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 146 | 0 | 0.99 | 0.41 | 0.04 | 324.69 | 0.98 | 0.49 |
| Hex | F6 | 3 | 92 | 0 | 63 | 29 | 4 | 145 | 62 | 31 |
| Octal | 366 | 3 | 222 | 0 | 143 | 51 | 4 | 505 | 142 | 61 |
| Binary | 11110110 | 11 | 10010010 | 0 | 1100011 | 101001 | 100 | 101000101 | 1100010 | 110001 |
Color Harmonies of #F60392
Complementary color
Monochromatic Colors of #F60392
Black with #F60392
Text Example
Text Example
White with #F60392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60392; }
p { color: rgb(246,3,146); }
H1.HeaderClassName
{
color: #F60392;
}
.AnyTagClassName
{
color: #F60392;
}
</style>
background-color css
<style>
a { background-color: #F60392; }
a { background-color: rgb(246,3,146); }
div.DivClassName
{
background-color: #F60392;
}
.BgClassName
{
background-color: #F60392;
}
</style>
border-color css
<style>
span { border-color: #F60392; }
span { border-color: rgb(246,3,146); }
td.TdClassName
{
border-color: #F60392;
}
.TagClassName
{
border-color: #F60392;
}
</style>