Shades of Hollywood Cerise #F10AAB
Tints of Hollywood Cerise #F10AAB
RGB
CMYK
RGB Variations
Color information
#F10AAB (or 0xF10AAB) is known color: Hollywood Cerise. HEX triplet: F1, 0A and AB. RGB value is (241,10,171). Sum of RGB (Red+Green+Blue) = 241+10+171=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10AAB is #0EF554. Grayscale: #616161. Windows color (decimal): -980309 or 11209457. OLE color: 11209457.
HSL color Cylindrical-coordinate representation of color #F10AAB: hue angle of 318.18º 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 #F10AAB is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 171 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.05 |
| HSL | 318.18º | 0.92% | 0.49% | - |
| HSV(B) | 318.18º | 0.96% | 0.95% | - |
| XYZ | 43.73 | 21.86 | 40.44 | - |
| YUV | 97.42 | 169.53 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 171 | 0 | 0.96 | 0.29 | 0.05 | 318.18 | 0.92 | 0.49 |
| Hex | F1 | A | AB | 0 | 60 | 1D | 5 | 13E | 5C | 31 |
| Octal | 361 | 12 | 253 | 0 | 140 | 35 | 5 | 476 | 134 | 61 |
| Binary | 11110001 | 1010 | 10101011 | 0 | 1100000 | 11101 | 101 | 100111110 | 1011100 | 110001 |
Color Harmonies of #F10AAB
Complementary color
Monochromatic Colors of #F10AAB
Black with #F10AAB
Text Example
Text Example
White with #F10AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AAB; }
p { color: rgb(241,10,171); }
H1.HeaderClassName
{
color: #F10AAB;
}
.AnyTagClassName
{
color: #F10AAB;
}
</style>
background-color css
<style>
a { background-color: #F10AAB; }
a { background-color: rgb(241,10,171); }
div.DivClassName
{
background-color: #F10AAB;
}
.BgClassName
{
background-color: #F10AAB;
}
</style>
border-color css
<style>
span { border-color: #F10AAB; }
span { border-color: rgb(241,10,171); }
td.TdClassName
{
border-color: #F10AAB;
}
.TagClassName
{
border-color: #F10AAB;
}
</style>