Shades of Hollywood Cerise #F10696
Tints of Hollywood Cerise #F10696
RGB
CMYK
RGB Variations
Color information
#F10696 (or 0xF10696) is known color: Hollywood Cerise. HEX triplet: F1, 06 and 96. RGB value is (241,6,150). Sum of RGB (Red+Green+Blue) = 241+6+150=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F10696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10696 is #0EF969. Grayscale: #5C5C5C. Windows color (decimal): -981354 or 9832177. OLE color: 9832177.
HSL color Cylindrical-coordinate representation of color #F10696: hue angle of 323.23º degrees, saturation: 0.95, 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 #F10696 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 150 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.05 |
| HSL | 323.23º | 0.95% | 0.48% | - |
| HSV(B) | 323.23º | 0.98% | 0.95% | - |
| XYZ | 41.85 | 21.03 | 30.71 | - |
| YUV | 92.68 | 160.36 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 150 | 0 | 0.98 | 0.38 | 0.05 | 323.23 | 0.95 | 0.48 |
| Hex | F1 | 6 | 96 | 0 | 62 | 26 | 5 | 143 | 5F | 30 |
| Octal | 361 | 6 | 226 | 0 | 142 | 46 | 5 | 503 | 137 | 60 |
| Binary | 11110001 | 110 | 10010110 | 0 | 1100010 | 100110 | 101 | 101000011 | 1011111 | 110000 |
Color Harmonies of #F10696
Complementary color
Monochromatic Colors of #F10696
Black with #F10696
Text Example
Text Example
White with #F10696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10696; }
p { color: rgb(241,6,150); }
H1.HeaderClassName
{
color: #F10696;
}
.AnyTagClassName
{
color: #F10696;
}
</style>
background-color css
<style>
a { background-color: #F10696; }
a { background-color: rgb(241,6,150); }
div.DivClassName
{
background-color: #F10696;
}
.BgClassName
{
background-color: #F10696;
}
</style>
border-color css
<style>
span { border-color: #F10696; }
span { border-color: rgb(241,6,150); }
td.TdClassName
{
border-color: #F10696;
}
.TagClassName
{
border-color: #F10696;
}
</style>