Shades of Hollywood Cerise #F10594
Tints of Hollywood Cerise #F10594
RGB
CMYK
RGB Variations
Color information
#F10594 (or 0xF10594) is known color: Hollywood Cerise. HEX triplet: F1, 05 and 94. RGB value is (241,5,148). Sum of RGB (Red+Green+Blue) = 241+5+148=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F10594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10594 is #0EFA6B. Grayscale: #5B5B5B. Windows color (decimal): -981612 or 9700849. OLE color: 9700849.
HSL color Cylindrical-coordinate representation of color #F10594: hue angle of 323.64º 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 #F10594 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 148 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.05 |
| HSL | 323.64º | 0.96% | 0.48% | - |
| HSV(B) | 323.64º | 0.98% | 0.95% | - |
| XYZ | 41.68 | 20.95 | 29.86 | - |
| YUV | 91.87 | 159.69 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 148 | 0 | 0.98 | 0.39 | 0.05 | 323.64 | 0.96 | 0.48 |
| Hex | F1 | 5 | 94 | 0 | 62 | 27 | 5 | 144 | 60 | 30 |
| Octal | 361 | 5 | 224 | 0 | 142 | 47 | 5 | 504 | 140 | 60 |
| Binary | 11110001 | 101 | 10010100 | 0 | 1100010 | 100111 | 101 | 101000100 | 1100000 | 110000 |
Color Harmonies of #F10594
Complementary color
Monochromatic Colors of #F10594
Black with #F10594
Text Example
Text Example
White with #F10594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10594; }
p { color: rgb(241,5,148); }
H1.HeaderClassName
{
color: #F10594;
}
.AnyTagClassName
{
color: #F10594;
}
</style>
background-color css
<style>
a { background-color: #F10594; }
a { background-color: rgb(241,5,148); }
div.DivClassName
{
background-color: #F10594;
}
.BgClassName
{
background-color: #F10594;
}
</style>
border-color css
<style>
span { border-color: #F10594; }
span { border-color: rgb(241,5,148); }
td.TdClassName
{
border-color: #F10594;
}
.TagClassName
{
border-color: #F10594;
}
</style>