Shades of Hollywood Cerise #F10597
Tints of Hollywood Cerise #F10597
RGB
CMYK
RGB Variations
Color information
#F10597 (or 0xF10597) is known color: Hollywood Cerise. HEX triplet: F1, 05 and 97. RGB value is (241,5,151). Sum of RGB (Red+Green+Blue) = 241+5+151=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F10597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10597 is #0EFA68. Grayscale: #5B5B5B. Windows color (decimal): -981609 or 9897457. OLE color: 9897457.
HSL color Cylindrical-coordinate representation of color #F10597: hue angle of 322.88º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10597 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 151 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.05 |
| HSL | 322.88º | 0.96% | 0.48% | - |
| HSV(B) | 322.88º | 0.98% | 0.95% | - |
| XYZ | 41.92 | 21.04 | 31.13 | - |
| YUV | 92.21 | 161.19 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 151 | 0 | 0.98 | 0.37 | 0.05 | 322.88 | 0.96 | 0.48 |
| Hex | F1 | 5 | 97 | 0 | 62 | 25 | 5 | 143 | 60 | 30 |
| Octal | 361 | 5 | 227 | 0 | 142 | 45 | 5 | 503 | 140 | 60 |
| Binary | 11110001 | 101 | 10010111 | 0 | 1100010 | 100101 | 101 | 101000011 | 1100000 | 110000 |
Color Harmonies of #F10597
Complementary color
Monochromatic Colors of #F10597
Black with #F10597
Text Example
Text Example
White with #F10597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10597; }
p { color: rgb(241,5,151); }
H1.HeaderClassName
{
color: #F10597;
}
.AnyTagClassName
{
color: #F10597;
}
</style>
background-color css
<style>
a { background-color: #F10597; }
a { background-color: rgb(241,5,151); }
div.DivClassName
{
background-color: #F10597;
}
.BgClassName
{
background-color: #F10597;
}
</style>
border-color css
<style>
span { border-color: #F10597; }
span { border-color: rgb(241,5,151); }
td.TdClassName
{
border-color: #F10597;
}
.TagClassName
{
border-color: #F10597;
}
</style>