Shades of Hollywood Cerise #FA0BA6
Tints of Hollywood Cerise #FA0BA6
RGB
CMYK
RGB Variations
Color information
#FA0BA6 (or 0xFA0BA6) is known color: Hollywood Cerise. HEX triplet: FA, 0B and A6. RGB value is (250,11,166). Sum of RGB (Red+Green+Blue) = 250+11+166=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0BA6 is #05F459. Grayscale: #636363. Windows color (decimal): -390234 or 10882042. OLE color: 10882042.
HSL color Cylindrical-coordinate representation of color #FA0BA6: hue angle of 321.09º 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 #FA0BA6 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 166 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.02 |
| HSL | 321.09º | 0.96% | 0.51% | - |
| HSV(B) | 321.09º | 0.96% | 0.98% | - |
| XYZ | 46.43 | 23.32 | 38.13 | - |
| YUV | 100.13 | 165.18 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 166 | 0 | 0.96 | 0.34 | 0.02 | 321.09 | 0.96 | 0.51 |
| Hex | FA | B | A6 | 0 | 60 | 22 | 2 | 141 | 60 | 33 |
| Octal | 372 | 13 | 246 | 0 | 140 | 42 | 2 | 501 | 140 | 63 |
| Binary | 11111010 | 1011 | 10100110 | 0 | 1100000 | 100010 | 10 | 101000001 | 1100000 | 110011 |
Color Harmonies of #FA0BA6
Complementary color
Monochromatic Colors of #FA0BA6
Black with #FA0BA6
Text Example
Text Example
White with #FA0BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BA6; }
p { color: rgb(250,11,166); }
H1.HeaderClassName
{
color: #FA0BA6;
}
.AnyTagClassName
{
color: #FA0BA6;
}
</style>
background-color css
<style>
a { background-color: #FA0BA6; }
a { background-color: rgb(250,11,166); }
div.DivClassName
{
background-color: #FA0BA6;
}
.BgClassName
{
background-color: #FA0BA6;
}
</style>
border-color css
<style>
span { border-color: #FA0BA6; }
span { border-color: rgb(250,11,166); }
td.TdClassName
{
border-color: #FA0BA6;
}
.TagClassName
{
border-color: #FA0BA6;
}
</style>