Shades of Hollywood Cerise #F10D99
Tints of Hollywood Cerise #F10D99
RGB
CMYK
RGB Variations
Color information
#F10D99 (or 0xF10D99) is known color: Hollywood Cerise. HEX triplet: F1, 0D and 99. RGB value is (241,13,153). Sum of RGB (Red+Green+Blue) = 241+13+153=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10D99 is #0EF266. Grayscale: #606060. Windows color (decimal): -979559 or 10030577. OLE color: 10030577.
HSL color Cylindrical-coordinate representation of color #F10D99: hue angle of 323.16º degrees, saturation: 0.9, 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 #F10D99 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 153 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.05 |
| HSL | 323.16º | 0.9% | 0.5% | - |
| HSV(B) | 323.16º | 0.95% | 0.95% | - |
| XYZ | 42.17 | 21.29 | 32.02 | - |
| YUV | 97.13 | 159.54 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 153 | 0 | 0.95 | 0.37 | 0.05 | 323.16 | 0.9 | 0.5 |
| Hex | F1 | D | 99 | 0 | 5F | 25 | 5 | 143 | 5A | 32 |
| Octal | 361 | 15 | 231 | 0 | 137 | 45 | 5 | 503 | 132 | 62 |
| Binary | 11110001 | 1101 | 10011001 | 0 | 1011111 | 100101 | 101 | 101000011 | 1011010 | 110010 |
Color Harmonies of #F10D99
Complementary color
Monochromatic Colors of #F10D99
Black with #F10D99
Text Example
Text Example
White with #F10D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10D99; }
p { color: rgb(241,13,153); }
H1.HeaderClassName
{
color: #F10D99;
}
.AnyTagClassName
{
color: #F10D99;
}
</style>
background-color css
<style>
a { background-color: #F10D99; }
a { background-color: rgb(241,13,153); }
div.DivClassName
{
background-color: #F10D99;
}
.BgClassName
{
background-color: #F10D99;
}
</style>
border-color css
<style>
span { border-color: #F10D99; }
span { border-color: rgb(241,13,153); }
td.TdClassName
{
border-color: #F10D99;
}
.TagClassName
{
border-color: #F10D99;
}
</style>