Shades of Hollywood Cerise #F60397
Tints of Hollywood Cerise #F60397
RGB
CMYK
RGB Variations
Color information
#F60397 (or 0xF60397) is known color: Hollywood Cerise. HEX triplet: F6, 03 and 97. RGB value is (246,3,151). Sum of RGB (Red+Green+Blue) = 246+3+151=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F60397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60397 is #09FC68. Grayscale: #5C5C5C. Windows color (decimal): -654441 or 9896950. OLE color: 9896950.
HSL color Cylindrical-coordinate representation of color #F60397: hue angle of 323.46º 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 #F60397 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 151 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.04 |
| HSL | 323.46º | 0.98% | 0.49% | - |
| HSV(B) | 323.46º | 0.99% | 0.96% | - |
| XYZ | 43.62 | 21.89 | 31.2 | - |
| YUV | 92.53 | 161.01 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 151 | 0 | 0.99 | 0.39 | 0.04 | 323.46 | 0.98 | 0.49 |
| Hex | F6 | 3 | 97 | 0 | 63 | 27 | 4 | 143 | 62 | 31 |
| Octal | 366 | 3 | 227 | 0 | 143 | 47 | 4 | 503 | 142 | 61 |
| Binary | 11110110 | 11 | 10010111 | 0 | 1100011 | 100111 | 100 | 101000011 | 1100010 | 110001 |
Color Harmonies of #F60397
Complementary color
Monochromatic Colors of #F60397
Black with #F60397
Text Example
Text Example
White with #F60397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60397; }
p { color: rgb(246,3,151); }
H1.HeaderClassName
{
color: #F60397;
}
.AnyTagClassName
{
color: #F60397;
}
</style>
background-color css
<style>
a { background-color: #F60397; }
a { background-color: rgb(246,3,151); }
div.DivClassName
{
background-color: #F60397;
}
.BgClassName
{
background-color: #F60397;
}
</style>
border-color css
<style>
span { border-color: #F60397; }
span { border-color: rgb(246,3,151); }
td.TdClassName
{
border-color: #F60397;
}
.TagClassName
{
border-color: #F60397;
}
</style>