Shades of Hollywood Cerise #F10FAA
Tints of Hollywood Cerise #F10FAA
RGB
CMYK
RGB Variations
Color information
#F10FAA (or 0xF10FAA) is known color: Hollywood Cerise. HEX triplet: F1, 0F and AA. RGB value is (241,15,170). Sum of RGB (Red+Green+Blue) = 241+15+170=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FAA is #0EF055. Grayscale: #636363. Windows color (decimal): -979030 or 11145201. OLE color: 11145201.
HSL color Cylindrical-coordinate representation of color #F10FAA: hue angle of 318.85º 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 #F10FAA is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 170 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.05 |
| HSL | 318.85º | 0.89% | 0.5% | - |
| HSV(B) | 318.85º | 0.94% | 0.95% | - |
| XYZ | 43.7 | 21.94 | 39.96 | - |
| YUV | 100.24 | 167.37 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 170 | 0 | 0.94 | 0.29 | 0.05 | 318.85 | 0.89 | 0.5 |
| Hex | F1 | F | AA | 0 | 5E | 1D | 5 | 13F | 59 | 32 |
| Octal | 361 | 17 | 252 | 0 | 136 | 35 | 5 | 477 | 131 | 62 |
| Binary | 11110001 | 1111 | 10101010 | 0 | 1011110 | 11101 | 101 | 100111111 | 1011001 | 110010 |
Color Harmonies of #F10FAA
Complementary color
Monochromatic Colors of #F10FAA
Black with #F10FAA
Text Example
Text Example
White with #F10FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FAA; }
p { color: rgb(241,15,170); }
H1.HeaderClassName
{
color: #F10FAA;
}
.AnyTagClassName
{
color: #F10FAA;
}
</style>
background-color css
<style>
a { background-color: #F10FAA; }
a { background-color: rgb(241,15,170); }
div.DivClassName
{
background-color: #F10FAA;
}
.BgClassName
{
background-color: #F10FAA;
}
</style>
border-color css
<style>
span { border-color: #F10FAA; }
span { border-color: rgb(241,15,170); }
td.TdClassName
{
border-color: #F10FAA;
}
.TagClassName
{
border-color: #F10FAA;
}
</style>