Shades of Hollywood Cerise #FA0BA9
Tints of Hollywood Cerise #FA0BA9
RGB
CMYK
RGB Variations
Color information
#FA0BA9 (or 0xFA0BA9) is known color: Hollywood Cerise. HEX triplet: FA, 0B and A9. RGB value is (250,11,169). Sum of RGB (Red+Green+Blue) = 250+11+169=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0BA9 is #05F456. Grayscale: #646464. Windows color (decimal): -390231 or 11078650. OLE color: 11078650.
HSL color Cylindrical-coordinate representation of color #FA0BA9: hue angle of 320.33º 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 #FA0BA9 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 169 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.02 |
| HSL | 320.33º | 0.96% | 0.51% | - |
| HSV(B) | 320.33º | 0.96% | 0.98% | - |
| XYZ | 46.71 | 23.43 | 39.6 | - |
| YUV | 100.47 | 166.68 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 169 | 0 | 0.96 | 0.32 | 0.02 | 320.33 | 0.96 | 0.51 |
| Hex | FA | B | A9 | 0 | 60 | 20 | 2 | 140 | 60 | 33 |
| Octal | 372 | 13 | 251 | 0 | 140 | 40 | 2 | 500 | 140 | 63 |
| Binary | 11111010 | 1011 | 10101001 | 0 | 1100000 | 100000 | 10 | 101000000 | 1100000 | 110011 |
Color Harmonies of #FA0BA9
Complementary color
Monochromatic Colors of #FA0BA9
Black with #FA0BA9
Text Example
Text Example
White with #FA0BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BA9; }
p { color: rgb(250,11,169); }
H1.HeaderClassName
{
color: #FA0BA9;
}
.AnyTagClassName
{
color: #FA0BA9;
}
</style>
background-color css
<style>
a { background-color: #FA0BA9; }
a { background-color: rgb(250,11,169); }
div.DivClassName
{
background-color: #FA0BA9;
}
.BgClassName
{
background-color: #FA0BA9;
}
</style>
border-color css
<style>
span { border-color: #FA0BA9; }
span { border-color: rgb(250,11,169); }
td.TdClassName
{
border-color: #FA0BA9;
}
.TagClassName
{
border-color: #FA0BA9;
}
</style>