Shades of Hollywood Cerise #F10BAA
Tints of Hollywood Cerise #F10BAA
RGB
CMYK
RGB Variations
Color information
#F10BAA (or 0xF10BAA) is known color: Hollywood Cerise. HEX triplet: F1, 0B and AA. RGB value is (241,11,170). Sum of RGB (Red+Green+Blue) = 241+11+170=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10BAA is #0EF455. Grayscale: #616161. Windows color (decimal): -980054 or 11144177. OLE color: 11144177.
HSL color Cylindrical-coordinate representation of color #F10BAA: hue angle of 318.52º 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 #F10BAA is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 170 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.05 |
| HSL | 318.52º | 0.91% | 0.49% | - |
| HSV(B) | 318.52º | 0.95% | 0.95% | - |
| XYZ | 43.65 | 21.84 | 39.95 | - |
| YUV | 97.9 | 168.7 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 170 | 0 | 0.95 | 0.29 | 0.05 | 318.52 | 0.91 | 0.49 |
| Hex | F1 | B | AA | 0 | 5F | 1D | 5 | 13F | 5B | 31 |
| Octal | 361 | 13 | 252 | 0 | 137 | 35 | 5 | 477 | 133 | 61 |
| Binary | 11110001 | 1011 | 10101010 | 0 | 1011111 | 11101 | 101 | 100111111 | 1011011 | 110001 |
Color Harmonies of #F10BAA
Complementary color
Monochromatic Colors of #F10BAA
Black with #F10BAA
Text Example
Text Example
White with #F10BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BAA; }
p { color: rgb(241,11,170); }
H1.HeaderClassName
{
color: #F10BAA;
}
.AnyTagClassName
{
color: #F10BAA;
}
</style>
background-color css
<style>
a { background-color: #F10BAA; }
a { background-color: rgb(241,11,170); }
div.DivClassName
{
background-color: #F10BAA;
}
.BgClassName
{
background-color: #F10BAA;
}
</style>
border-color css
<style>
span { border-color: #F10BAA; }
span { border-color: rgb(241,11,170); }
td.TdClassName
{
border-color: #F10BAA;
}
.TagClassName
{
border-color: #F10BAA;
}
</style>