Shades of Hollywood Cerise #F90AAE
Tints of Hollywood Cerise #F90AAE
RGB
CMYK
RGB Variations
Color information
#F90AAE (or 0xF90AAE) is known color: Hollywood Cerise. HEX triplet: F9, 0A and AE. RGB value is (249,10,174). Sum of RGB (Red+Green+Blue) = 249+10+174=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90AAE is #06F551. Grayscale: #636363. Windows color (decimal): -456018 or 11406073. OLE color: 11406073.
HSL color Cylindrical-coordinate representation of color #F90AAE: hue angle of 318.83º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90AAE is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 174 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.02 |
| HSL | 318.83º | 0.95% | 0.51% | - |
| HSV(B) | 318.83º | 0.96% | 0.98% | - |
| XYZ | 46.82 | 23.41 | 42.1 | - |
| YUV | 100.16 | 169.68 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 174 | 0 | 0.96 | 0.30 | 0.02 | 318.83 | 0.95 | 0.51 |
| Hex | F9 | A | AE | 0 | 60 | 1E | 2 | 13F | 5F | 33 |
| Octal | 371 | 12 | 256 | 0 | 140 | 36 | 2 | 477 | 137 | 63 |
| Binary | 11111001 | 1010 | 10101110 | 0 | 1100000 | 11110 | 10 | 100111111 | 1011111 | 110011 |
Color Harmonies of #F90AAE
Complementary color
Monochromatic Colors of #F90AAE
Black with #F90AAE
Text Example
Text Example
White with #F90AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90AAE; }
p { color: rgb(249,10,174); }
H1.HeaderClassName
{
color: #F90AAE;
}
.AnyTagClassName
{
color: #F90AAE;
}
</style>
background-color css
<style>
a { background-color: #F90AAE; }
a { background-color: rgb(249,10,174); }
div.DivClassName
{
background-color: #F90AAE;
}
.BgClassName
{
background-color: #F90AAE;
}
</style>
border-color css
<style>
span { border-color: #F90AAE; }
span { border-color: rgb(249,10,174); }
td.TdClassName
{
border-color: #F90AAE;
}
.TagClassName
{
border-color: #F90AAE;
}
</style>