Shades of Hollywood Cerise #FC0BAA
Tints of Hollywood Cerise #FC0BAA
RGB
CMYK
RGB Variations
Color information
#FC0BAA (or 0xFC0BAA) is known color: Hollywood Cerise. HEX triplet: FC, 0B and AA. RGB value is (252,11,170). Sum of RGB (Red+Green+Blue) = 252+11+170=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0BAA is #03F455. Grayscale: #646464. Windows color (decimal): -259158 or 11144188. OLE color: 11144188.
HSL color Cylindrical-coordinate representation of color #FC0BAA: hue angle of 320.41º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0BAA is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 170 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.01 |
| HSL | 320.41º | 0.98% | 0.52% | - |
| HSV(B) | 320.41º | 0.96% | 0.99% | - |
| XYZ | 47.52 | 23.84 | 40.13 | - |
| YUV | 101.19 | 166.84 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 170 | 0 | 0.96 | 0.33 | 0.01 | 320.41 | 0.98 | 0.52 |
| Hex | FC | B | AA | 0 | 60 | 21 | 1 | 140 | 62 | 34 |
| Octal | 374 | 13 | 252 | 0 | 140 | 41 | 1 | 500 | 142 | 64 |
| Binary | 11111100 | 1011 | 10101010 | 0 | 1100000 | 100001 | 1 | 101000000 | 1100010 | 110100 |
Color Harmonies of #FC0BAA
Complementary color
Monochromatic Colors of #FC0BAA
Black with #FC0BAA
Text Example
Text Example
White with #FC0BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BAA; }
p { color: rgb(252,11,170); }
H1.HeaderClassName
{
color: #FC0BAA;
}
.AnyTagClassName
{
color: #FC0BAA;
}
</style>
background-color css
<style>
a { background-color: #FC0BAA; }
a { background-color: rgb(252,11,170); }
div.DivClassName
{
background-color: #FC0BAA;
}
.BgClassName
{
background-color: #FC0BAA;
}
</style>
border-color css
<style>
span { border-color: #FC0BAA; }
span { border-color: rgb(252,11,170); }
td.TdClassName
{
border-color: #FC0BAA;
}
.TagClassName
{
border-color: #FC0BAA;
}
</style>