Shades of Hollywood Cerise #F90AAF
Tints of Hollywood Cerise #F90AAF
RGB
CMYK
RGB Variations
Color information
#F90AAF (or 0xF90AAF) is known color: Hollywood Cerise. HEX triplet: F9, 0A and AF. RGB value is (249,10,175). Sum of RGB (Red+Green+Blue) = 249+10+175=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90AAF is #06F550. Grayscale: #636363. Windows color (decimal): -456017 or 11471609. OLE color: 11471609.
HSL color Cylindrical-coordinate representation of color #F90AAF: hue angle of 318.58º 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 #F90AAF is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.02 |
| HSL | 318.58º | 0.95% | 0.51% | - |
| HSV(B) | 318.58º | 0.96% | 0.98% | - |
| XYZ | 46.91 | 23.45 | 42.61 | - |
| YUV | 100.27 | 170.18 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 175 | 0 | 0.96 | 0.30 | 0.02 | 318.58 | 0.95 | 0.51 |
| Hex | F9 | A | AF | 0 | 60 | 1E | 2 | 13F | 5F | 33 |
| Octal | 371 | 12 | 257 | 0 | 140 | 36 | 2 | 477 | 137 | 63 |
| Binary | 11111001 | 1010 | 10101111 | 0 | 1100000 | 11110 | 10 | 100111111 | 1011111 | 110011 |
Color Harmonies of #F90AAF
Complementary color
Monochromatic Colors of #F90AAF
Black with #F90AAF
Text Example
Text Example
White with #F90AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90AAF; }
p { color: rgb(249,10,175); }
H1.HeaderClassName
{
color: #F90AAF;
}
.AnyTagClassName
{
color: #F90AAF;
}
</style>
background-color css
<style>
a { background-color: #F90AAF; }
a { background-color: rgb(249,10,175); }
div.DivClassName
{
background-color: #F90AAF;
}
.BgClassName
{
background-color: #F90AAF;
}
</style>
border-color css
<style>
span { border-color: #F90AAF; }
span { border-color: rgb(249,10,175); }
td.TdClassName
{
border-color: #F90AAF;
}
.TagClassName
{
border-color: #F90AAF;
}
</style>