Shades of Hollywood Cerise #FA0BAC
Tints of Hollywood Cerise #FA0BAC
RGB
CMYK
RGB Variations
Color information
#FA0BAC (or 0xFA0BAC) is known color: Hollywood Cerise. HEX triplet: FA, 0B and AC. RGB value is (250,11,172). Sum of RGB (Red+Green+Blue) = 250+11+172=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0BAC is #05F453. Grayscale: #646464. Windows color (decimal): -390228 or 11275258. OLE color: 11275258.
HSL color Cylindrical-coordinate representation of color #FA0BAC: hue angle of 319.58º 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 #FA0BAC is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 172 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.02 |
| HSL | 319.58º | 0.96% | 0.51% | - |
| HSV(B) | 319.58º | 0.96% | 0.98% | - |
| XYZ | 46.99 | 23.54 | 41.1 | - |
| YUV | 100.82 | 168.18 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 172 | 0 | 0.96 | 0.31 | 0.02 | 319.58 | 0.96 | 0.51 |
| Hex | FA | B | AC | 0 | 60 | 1F | 2 | 140 | 60 | 33 |
| Octal | 372 | 13 | 254 | 0 | 140 | 37 | 2 | 500 | 140 | 63 |
| Binary | 11111010 | 1011 | 10101100 | 0 | 1100000 | 11111 | 10 | 101000000 | 1100000 | 110011 |
Color Harmonies of #FA0BAC
Complementary color
Monochromatic Colors of #FA0BAC
Black with #FA0BAC
Text Example
Text Example
White with #FA0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BAC; }
p { color: rgb(250,11,172); }
H1.HeaderClassName
{
color: #FA0BAC;
}
.AnyTagClassName
{
color: #FA0BAC;
}
</style>
background-color css
<style>
a { background-color: #FA0BAC; }
a { background-color: rgb(250,11,172); }
div.DivClassName
{
background-color: #FA0BAC;
}
.BgClassName
{
background-color: #FA0BAC;
}
</style>
border-color css
<style>
span { border-color: #FA0BAC; }
span { border-color: rgb(250,11,172); }
td.TdClassName
{
border-color: #FA0BAC;
}
.TagClassName
{
border-color: #FA0BAC;
}
</style>