Shades of Hollywood Cerise #F10BA7
Tints of Hollywood Cerise #F10BA7
RGB
CMYK
RGB Variations
Color information
#F10BA7 (or 0xF10BA7) is known color: Hollywood Cerise. HEX triplet: F1, 0B and A7. RGB value is (241,11,167). Sum of RGB (Red+Green+Blue) = 241+11+167=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10BA7 is #0EF458. Grayscale: #616161. Windows color (decimal): -980057 or 10947569. OLE color: 10947569.
HSL color Cylindrical-coordinate representation of color #F10BA7: hue angle of 319.3º 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 #F10BA7 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 167 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.05 |
| HSL | 319.3º | 0.91% | 0.49% | - |
| HSV(B) | 319.3º | 0.95% | 0.95% | - |
| XYZ | 43.37 | 21.73 | 38.47 | - |
| YUV | 97.55 | 167.2 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 167 | 0 | 0.95 | 0.31 | 0.05 | 319.3 | 0.91 | 0.49 |
| Hex | F1 | B | A7 | 0 | 5F | 1F | 5 | 13F | 5B | 31 |
| Octal | 361 | 13 | 247 | 0 | 137 | 37 | 5 | 477 | 133 | 61 |
| Binary | 11110001 | 1011 | 10100111 | 0 | 1011111 | 11111 | 101 | 100111111 | 1011011 | 110001 |
Color Harmonies of #F10BA7
Complementary color
Monochromatic Colors of #F10BA7
Black with #F10BA7
Text Example
Text Example
White with #F10BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BA7; }
p { color: rgb(241,11,167); }
H1.HeaderClassName
{
color: #F10BA7;
}
.AnyTagClassName
{
color: #F10BA7;
}
</style>
background-color css
<style>
a { background-color: #F10BA7; }
a { background-color: rgb(241,11,167); }
div.DivClassName
{
background-color: #F10BA7;
}
.BgClassName
{
background-color: #F10BA7;
}
</style>
border-color css
<style>
span { border-color: #F10BA7; }
span { border-color: rgb(241,11,167); }
td.TdClassName
{
border-color: #F10BA7;
}
.TagClassName
{
border-color: #F10BA7;
}
</style>