Shades of Hollywood Cerise #F10FAB
Tints of Hollywood Cerise #F10FAB
RGB
CMYK
RGB Variations
Color information
#F10FAB (or 0xF10FAB) is known color: Hollywood Cerise. HEX triplet: F1, 0F and AB. RGB value is (241,15,171). Sum of RGB (Red+Green+Blue) = 241+15+171=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FAB is #0EF054. Grayscale: #636363. Windows color (decimal): -979029 or 11210737. OLE color: 11210737.
HSL color Cylindrical-coordinate representation of color #F10FAB: hue angle of 318.58º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FAB is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 171 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.05 |
| HSL | 318.58º | 0.89% | 0.5% | - |
| HSV(B) | 318.58º | 0.94% | 0.95% | - |
| XYZ | 43.8 | 21.98 | 40.46 | - |
| YUV | 100.36 | 167.87 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 171 | 0 | 0.94 | 0.29 | 0.05 | 318.58 | 0.89 | 0.5 |
| Hex | F1 | F | AB | 0 | 5E | 1D | 5 | 13F | 59 | 32 |
| Octal | 361 | 17 | 253 | 0 | 136 | 35 | 5 | 477 | 131 | 62 |
| Binary | 11110001 | 1111 | 10101011 | 0 | 1011110 | 11101 | 101 | 100111111 | 1011001 | 110010 |
Color Harmonies of #F10FAB
Complementary color
Monochromatic Colors of #F10FAB
Black with #F10FAB
Text Example
Text Example
White with #F10FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FAB; }
p { color: rgb(241,15,171); }
H1.HeaderClassName
{
color: #F10FAB;
}
.AnyTagClassName
{
color: #F10FAB;
}
</style>
background-color css
<style>
a { background-color: #F10FAB; }
a { background-color: rgb(241,15,171); }
div.DivClassName
{
background-color: #F10FAB;
}
.BgClassName
{
background-color: #F10FAB;
}
</style>
border-color css
<style>
span { border-color: #F10FAB; }
span { border-color: rgb(241,15,171); }
td.TdClassName
{
border-color: #F10FAB;
}
.TagClassName
{
border-color: #F10FAB;
}
</style>