Shades of Hollywood Cerise #F10997
Tints of Hollywood Cerise #F10997
RGB
CMYK
RGB Variations
Color information
#F10997 (or 0xF10997) is known color: Hollywood Cerise. HEX triplet: F1, 09 and 97. RGB value is (241,9,151). Sum of RGB (Red+Green+Blue) = 241+9+151=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F10997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10997 is #0EF668. Grayscale: #5E5E5E. Windows color (decimal): -980585 or 9898481. OLE color: 9898481.
HSL color Cylindrical-coordinate representation of color #F10997: hue angle of 323.28º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10997 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.05 |
| HSL | 323.28º | 0.93% | 0.49% | - |
| HSV(B) | 323.28º | 0.96% | 0.95% | - |
| XYZ | 41.96 | 21.13 | 31.15 | - |
| YUV | 94.56 | 159.86 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 151 | 0 | 0.96 | 0.37 | 0.05 | 323.28 | 0.93 | 0.49 |
| Hex | F1 | 9 | 97 | 0 | 60 | 25 | 5 | 143 | 5D | 31 |
| Octal | 361 | 11 | 227 | 0 | 140 | 45 | 5 | 503 | 135 | 61 |
| Binary | 11110001 | 1001 | 10010111 | 0 | 1100000 | 100101 | 101 | 101000011 | 1011101 | 110001 |
Color Harmonies of #F10997
Complementary color
Monochromatic Colors of #F10997
Black with #F10997
Text Example
Text Example
White with #F10997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10997; }
p { color: rgb(241,9,151); }
H1.HeaderClassName
{
color: #F10997;
}
.AnyTagClassName
{
color: #F10997;
}
</style>
background-color css
<style>
a { background-color: #F10997; }
a { background-color: rgb(241,9,151); }
div.DivClassName
{
background-color: #F10997;
}
.BgClassName
{
background-color: #F10997;
}
</style>
border-color css
<style>
span { border-color: #F10997; }
span { border-color: rgb(241,9,151); }
td.TdClassName
{
border-color: #F10997;
}
.TagClassName
{
border-color: #F10997;
}
</style>