Shades of Hollywood Cerise #FA0BA0
Tints of Hollywood Cerise #FA0BA0
RGB
CMYK
RGB Variations
Color information
#FA0BA0 (or 0xFA0BA0) is known color: Hollywood Cerise. HEX triplet: FA, 0B and A0. RGB value is (250,11,160). Sum of RGB (Red+Green+Blue) = 250+11+160=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0BA0 is #05F45F. Grayscale: #636363. Windows color (decimal): -390240 or 10488826. OLE color: 10488826.
HSL color Cylindrical-coordinate representation of color #FA0BA0: hue angle of 322.59º 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 #FA0BA0 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 160 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.02 |
| HSL | 322.59º | 0.96% | 0.51% | - |
| HSV(B) | 322.59º | 0.96% | 0.98% | - |
| XYZ | 45.89 | 23.1 | 35.3 | - |
| YUV | 99.45 | 162.18 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 160 | 0 | 0.96 | 0.36 | 0.02 | 322.59 | 0.96 | 0.51 |
| Hex | FA | B | A0 | 0 | 60 | 24 | 2 | 143 | 60 | 33 |
| Octal | 372 | 13 | 240 | 0 | 140 | 44 | 2 | 503 | 140 | 63 |
| Binary | 11111010 | 1011 | 10100000 | 0 | 1100000 | 100100 | 10 | 101000011 | 1100000 | 110011 |
Color Harmonies of #FA0BA0
Complementary color
Monochromatic Colors of #FA0BA0
Black with #FA0BA0
Text Example
Text Example
White with #FA0BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BA0; }
p { color: rgb(250,11,160); }
H1.HeaderClassName
{
color: #FA0BA0;
}
.AnyTagClassName
{
color: #FA0BA0;
}
</style>
background-color css
<style>
a { background-color: #FA0BA0; }
a { background-color: rgb(250,11,160); }
div.DivClassName
{
background-color: #FA0BA0;
}
.BgClassName
{
background-color: #FA0BA0;
}
</style>
border-color css
<style>
span { border-color: #FA0BA0; }
span { border-color: rgb(250,11,160); }
td.TdClassName
{
border-color: #FA0BA0;
}
.TagClassName
{
border-color: #FA0BA0;
}
</style>