Shades of Hollywood Cerise #F60593
Tints of Hollywood Cerise #F60593
RGB
CMYK
RGB Variations
Color information
#F60593 (or 0xF60593) is known color: Hollywood Cerise. HEX triplet: F6, 05 and 93. RGB value is (246,5,147). Sum of RGB (Red+Green+Blue) = 246+5+147=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F60593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60593 is #09FA6C. Grayscale: #5C5C5C. Windows color (decimal): -653933 or 9635318. OLE color: 9635318.
HSL color Cylindrical-coordinate representation of color #F60593: hue angle of 324.65º degrees, saturation: 0.96, 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 #F60593 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 147 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.04 |
| HSL | 324.65º | 0.96% | 0.49% | - |
| HSV(B) | 324.65º | 0.98% | 0.96% | - |
| XYZ | 43.33 | 21.81 | 29.53 | - |
| YUV | 93.25 | 158.34 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 147 | 0 | 0.98 | 0.40 | 0.04 | 324.65 | 0.96 | 0.49 |
| Hex | F6 | 5 | 93 | 0 | 62 | 28 | 4 | 145 | 60 | 31 |
| Octal | 366 | 5 | 223 | 0 | 142 | 50 | 4 | 505 | 140 | 61 |
| Binary | 11110110 | 101 | 10010011 | 0 | 1100010 | 101000 | 100 | 101000101 | 1100000 | 110001 |
Color Harmonies of #F60593
Complementary color
Monochromatic Colors of #F60593
Black with #F60593
Text Example
Text Example
White with #F60593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60593; }
p { color: rgb(246,5,147); }
H1.HeaderClassName
{
color: #F60593;
}
.AnyTagClassName
{
color: #F60593;
}
</style>
background-color css
<style>
a { background-color: #F60593; }
a { background-color: rgb(246,5,147); }
div.DivClassName
{
background-color: #F60593;
}
.BgClassName
{
background-color: #F60593;
}
</style>
border-color css
<style>
span { border-color: #F60593; }
span { border-color: rgb(246,5,147); }
td.TdClassName
{
border-color: #F60593;
}
.TagClassName
{
border-color: #F60593;
}
</style>