Shades of Hollywood Cerise #F10B9E
Tints of Hollywood Cerise #F10B9E
RGB
CMYK
RGB Variations
Color information
#F10B9E (or 0xF10B9E) is known color: Hollywood Cerise. HEX triplet: F1, 0B and 9E. RGB value is (241,11,158). Sum of RGB (Red+Green+Blue) = 241+11+158=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F10B9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10B9E is #0EF461. Grayscale: #606060. Windows color (decimal): -980066 or 10357745. OLE color: 10357745.
HSL color Cylindrical-coordinate representation of color #F10B9E: hue angle of 321.65º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10B9E is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 158 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.05 |
| HSL | 321.65º | 0.91% | 0.49% | - |
| HSV(B) | 321.65º | 0.95% | 0.95% | - |
| XYZ | 42.57 | 21.41 | 34.24 | - |
| YUV | 96.53 | 162.7 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 158 | 0 | 0.95 | 0.34 | 0.05 | 321.65 | 0.91 | 0.49 |
| Hex | F1 | B | 9E | 0 | 5F | 22 | 5 | 142 | 5B | 31 |
| Octal | 361 | 13 | 236 | 0 | 137 | 42 | 5 | 502 | 133 | 61 |
| Binary | 11110001 | 1011 | 10011110 | 0 | 1011111 | 100010 | 101 | 101000010 | 1011011 | 110001 |
Color Harmonies of #F10B9E
Complementary color
Monochromatic Colors of #F10B9E
Black with #F10B9E
Text Example
Text Example
White with #F10B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10B9E; }
p { color: rgb(241,11,158); }
H1.HeaderClassName
{
color: #F10B9E;
}
.AnyTagClassName
{
color: #F10B9E;
}
</style>
background-color css
<style>
a { background-color: #F10B9E; }
a { background-color: rgb(241,11,158); }
div.DivClassName
{
background-color: #F10B9E;
}
.BgClassName
{
background-color: #F10B9E;
}
</style>
border-color css
<style>
span { border-color: #F10B9E; }
span { border-color: rgb(241,11,158); }
td.TdClassName
{
border-color: #F10B9E;
}
.TagClassName
{
border-color: #F10B9E;
}
</style>