Shades of Hollywood Cerise #FA09AA
Tints of Hollywood Cerise #FA09AA
RGB
CMYK
RGB Variations
Color information
#FA09AA (or 0xFA09AA) is known color: Hollywood Cerise. HEX triplet: FA, 09 and AA. RGB value is (250,9,170). Sum of RGB (Red+Green+Blue) = 250+9+170=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA09AA is #05F655. Grayscale: #636363. Windows color (decimal): -390742 or 11143674. OLE color: 11143674.
HSL color Cylindrical-coordinate representation of color #FA09AA: hue angle of 319.92º degrees, saturation: 0.96, 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 #FA09AA is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 170 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.02 |
| HSL | 319.92º | 0.96% | 0.51% | - |
| HSV(B) | 319.92º | 0.96% | 0.98% | - |
| XYZ | 46.78 | 23.42 | 40.09 | - |
| YUV | 99.41 | 167.84 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 170 | 0 | 0.96 | 0.32 | 0.02 | 319.92 | 0.96 | 0.51 |
| Hex | FA | 9 | AA | 0 | 60 | 20 | 2 | 140 | 60 | 33 |
| Octal | 372 | 11 | 252 | 0 | 140 | 40 | 2 | 500 | 140 | 63 |
| Binary | 11111010 | 1001 | 10101010 | 0 | 1100000 | 100000 | 10 | 101000000 | 1100000 | 110011 |
Color Harmonies of #FA09AA
Complementary color
Monochromatic Colors of #FA09AA
Black with #FA09AA
Text Example
Text Example
White with #FA09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09AA; }
p { color: rgb(250,9,170); }
H1.HeaderClassName
{
color: #FA09AA;
}
.AnyTagClassName
{
color: #FA09AA;
}
</style>
background-color css
<style>
a { background-color: #FA09AA; }
a { background-color: rgb(250,9,170); }
div.DivClassName
{
background-color: #FA09AA;
}
.BgClassName
{
background-color: #FA09AA;
}
</style>
border-color css
<style>
span { border-color: #FA09AA; }
span { border-color: rgb(250,9,170); }
td.TdClassName
{
border-color: #FA09AA;
}
.TagClassName
{
border-color: #FA09AA;
}
</style>