Shades of Hollywood Cerise #F10C98
Tints of Hollywood Cerise #F10C98
RGB
CMYK
RGB Variations
Color information
#F10C98 (or 0xF10C98) is known color: Hollywood Cerise. HEX triplet: F1, 0C and 98. RGB value is (241,12,152). Sum of RGB (Red+Green+Blue) = 241+12+152=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F10C98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10C98 is #0EF367. Grayscale: #606060. Windows color (decimal): -979816 or 9964785. OLE color: 9964785.
HSL color Cylindrical-coordinate representation of color #F10C98: hue angle of 323.32º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10C98 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 152 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.05 |
| HSL | 323.32º | 0.91% | 0.5% | - |
| HSV(B) | 323.32º | 0.95% | 0.95% | - |
| XYZ | 42.07 | 21.23 | 31.59 | - |
| YUV | 96.43 | 159.37 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 152 | 0 | 0.95 | 0.37 | 0.05 | 323.32 | 0.91 | 0.5 |
| Hex | F1 | C | 98 | 0 | 5F | 25 | 5 | 143 | 5B | 32 |
| Octal | 361 | 14 | 230 | 0 | 137 | 45 | 5 | 503 | 133 | 62 |
| Binary | 11110001 | 1100 | 10011000 | 0 | 1011111 | 100101 | 101 | 101000011 | 1011011 | 110010 |
Color Harmonies of #F10C98
Complementary color
Monochromatic Colors of #F10C98
Black with #F10C98
Text Example
Text Example
White with #F10C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10C98; }
p { color: rgb(241,12,152); }
H1.HeaderClassName
{
color: #F10C98;
}
.AnyTagClassName
{
color: #F10C98;
}
</style>
background-color css
<style>
a { background-color: #F10C98; }
a { background-color: rgb(241,12,152); }
div.DivClassName
{
background-color: #F10C98;
}
.BgClassName
{
background-color: #F10C98;
}
</style>
border-color css
<style>
span { border-color: #F10C98; }
span { border-color: rgb(241,12,152); }
td.TdClassName
{
border-color: #F10C98;
}
.TagClassName
{
border-color: #F10C98;
}
</style>