Shades of Hollywood Cerise #F10598
Tints of Hollywood Cerise #F10598
RGB
CMYK
RGB Variations
Color information
#F10598 (or 0xF10598) is known color: Hollywood Cerise. HEX triplet: F1, 05 and 98. RGB value is (241,5,152). Sum of RGB (Red+Green+Blue) = 241+5+152=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F10598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10598 is #0EFA67. Grayscale: #5B5B5B. Windows color (decimal): -981608 or 9962993. OLE color: 9962993.
HSL color Cylindrical-coordinate representation of color #F10598: hue angle of 322.63º 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 #F10598 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 152 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.05 |
| HSL | 322.63º | 0.96% | 0.48% | - |
| HSV(B) | 322.63º | 0.98% | 0.95% | - |
| XYZ | 42 | 21.08 | 31.56 | - |
| YUV | 92.32 | 161.69 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 152 | 0 | 0.98 | 0.37 | 0.05 | 322.63 | 0.96 | 0.48 |
| Hex | F1 | 5 | 98 | 0 | 62 | 25 | 5 | 143 | 60 | 30 |
| Octal | 361 | 5 | 230 | 0 | 142 | 45 | 5 | 503 | 140 | 60 |
| Binary | 11110001 | 101 | 10011000 | 0 | 1100010 | 100101 | 101 | 101000011 | 1100000 | 110000 |
Color Harmonies of #F10598
Complementary color
Monochromatic Colors of #F10598
Black with #F10598
Text Example
Text Example
White with #F10598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10598; }
p { color: rgb(241,5,152); }
H1.HeaderClassName
{
color: #F10598;
}
.AnyTagClassName
{
color: #F10598;
}
</style>
background-color css
<style>
a { background-color: #F10598; }
a { background-color: rgb(241,5,152); }
div.DivClassName
{
background-color: #F10598;
}
.BgClassName
{
background-color: #F10598;
}
</style>
border-color css
<style>
span { border-color: #F10598; }
span { border-color: rgb(241,5,152); }
td.TdClassName
{
border-color: #F10598;
}
.TagClassName
{
border-color: #F10598;
}
</style>