Shades of Hollywood Cerise #FA00A9
Tints of Hollywood Cerise #FA00A9
RGB
CMYK
RGB Variations
Color information
#FA00A9 (or 0xFA00A9) is known color: Hollywood Cerise. HEX triplet: FA, 00 and A9. RGB value is (250,0,169). Sum of RGB (Red+Green+Blue) = 250+0+169=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA00A9 is #05FF56. Grayscale: #5D5D5D. Windows color (decimal): -393047 or 11075834. OLE color: 11075834.
HSL color Cylindrical-coordinate representation of color #FA00A9: hue angle of 319.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA00A9 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 169 | - |
| CMYK | 0 | 1 | 0.32 | 0.02 |
| HSL | 319.44º | 1% | 0.49% | - |
| HSV(B) | 319.44º | 1% | 0.98% | - |
| XYZ | 46.59 | 23.19 | 39.56 | - |
| YUV | 94.02 | 170.33 | 239.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 169 | 0 | 1 | 0.32 | 0.02 | 319.44 | 1 | 0.49 |
| Hex | FA | 0 | A9 | 0 | 64 | 20 | 2 | 13F | 64 | 31 |
| Octal | 372 | 0 | 251 | 0 | 144 | 40 | 2 | 477 | 144 | 61 |
| Binary | 11111010 | 0 | 10101001 | 0 | 1100100 | 100000 | 10 | 100111111 | 1100100 | 110001 |
Color Harmonies of #FA00A9
Complementary color
Monochromatic Colors of #FA00A9
Black with #FA00A9
Text Example
Text Example
White with #FA00A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00A9; }
p { color: rgb(250,0,169); }
H1.HeaderClassName
{
color: #FA00A9;
}
.AnyTagClassName
{
color: #FA00A9;
}
</style>
background-color css
<style>
a { background-color: #FA00A9; }
a { background-color: rgb(250,0,169); }
div.DivClassName
{
background-color: #FA00A9;
}
.BgClassName
{
background-color: #FA00A9;
}
</style>
border-color css
<style>
span { border-color: #FA00A9; }
span { border-color: rgb(250,0,169); }
td.TdClassName
{
border-color: #FA00A9;
}
.TagClassName
{
border-color: #FA00A9;
}
</style>