Shades of Hollywood Cerise #F10AB0
Tints of Hollywood Cerise #F10AB0
RGB
CMYK
RGB Variations
Color information
#F10AB0 (or 0xF10AB0) is known color: Hollywood Cerise. HEX triplet: F1, 0A and B0. RGB value is (241,10,176). Sum of RGB (Red+Green+Blue) = 241+10+176=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10AB0 is #0EF54F. Grayscale: #616161. Windows color (decimal): -980304 or 11537137. OLE color: 11537137.
HSL color Cylindrical-coordinate representation of color #F10AB0: hue angle of 316.88º degrees, saturation: 0.92, 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 #F10AB0 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 176 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.05 |
| HSL | 316.88º | 0.92% | 0.49% | - |
| HSV(B) | 316.88º | 0.96% | 0.95% | - |
| XYZ | 44.22 | 22.05 | 43 | - |
| YUV | 97.99 | 172.03 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 176 | 0 | 0.96 | 0.27 | 0.05 | 316.88 | 0.92 | 0.49 |
| Hex | F1 | A | B0 | 0 | 60 | 1B | 5 | 13D | 5C | 31 |
| Octal | 361 | 12 | 260 | 0 | 140 | 33 | 5 | 475 | 134 | 61 |
| Binary | 11110001 | 1010 | 10110000 | 0 | 1100000 | 11011 | 101 | 100111101 | 1011100 | 110001 |
Color Harmonies of #F10AB0
Complementary color
Monochromatic Colors of #F10AB0
Black with #F10AB0
Text Example
Text Example
White with #F10AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AB0; }
p { color: rgb(241,10,176); }
H1.HeaderClassName
{
color: #F10AB0;
}
.AnyTagClassName
{
color: #F10AB0;
}
</style>
background-color css
<style>
a { background-color: #F10AB0; }
a { background-color: rgb(241,10,176); }
div.DivClassName
{
background-color: #F10AB0;
}
.BgClassName
{
background-color: #F10AB0;
}
</style>
border-color css
<style>
span { border-color: #F10AB0; }
span { border-color: rgb(241,10,176); }
td.TdClassName
{
border-color: #F10AB0;
}
.TagClassName
{
border-color: #F10AB0;
}
</style>