Shades of Hollywood Cerise #FA09AC
Tints of Hollywood Cerise #FA09AC
RGB
CMYK
RGB Variations
Color information
#FA09AC (or 0xFA09AC) is known color: Hollywood Cerise. HEX triplet: FA, 09 and AC. RGB value is (250,9,172). Sum of RGB (Red+Green+Blue) = 250+9+172=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA09AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA09AC is #05F653. Grayscale: #636363. Windows color (decimal): -390740 or 11274746. OLE color: 11274746.
HSL color Cylindrical-coordinate representation of color #FA09AC: hue angle of 319.42º 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 #FA09AC is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 172 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.02 |
| HSL | 319.42º | 0.96% | 0.51% | - |
| HSV(B) | 319.42º | 0.96% | 0.98% | - |
| XYZ | 46.97 | 23.5 | 41.09 | - |
| YUV | 99.64 | 168.84 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 172 | 0 | 0.96 | 0.31 | 0.02 | 319.42 | 0.96 | 0.51 |
| Hex | FA | 9 | AC | 0 | 60 | 1F | 2 | 13F | 60 | 33 |
| Octal | 372 | 11 | 254 | 0 | 140 | 37 | 2 | 477 | 140 | 63 |
| Binary | 11111010 | 1001 | 10101100 | 0 | 1100000 | 11111 | 10 | 100111111 | 1100000 | 110011 |
Color Harmonies of #FA09AC
Complementary color
Monochromatic Colors of #FA09AC
Black with #FA09AC
Text Example
Text Example
White with #FA09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA09AC; }
p { color: rgb(250,9,172); }
H1.HeaderClassName
{
color: #FA09AC;
}
.AnyTagClassName
{
color: #FA09AC;
}
</style>
background-color css
<style>
a { background-color: #FA09AC; }
a { background-color: rgb(250,9,172); }
div.DivClassName
{
background-color: #FA09AC;
}
.BgClassName
{
background-color: #FA09AC;
}
</style>
border-color css
<style>
span { border-color: #FA09AC; }
span { border-color: rgb(250,9,172); }
td.TdClassName
{
border-color: #FA09AC;
}
.TagClassName
{
border-color: #FA09AC;
}
</style>