Shades of Hollywood Cerise #FC0BAB
Tints of Hollywood Cerise #FC0BAB
RGB
CMYK
RGB Variations
Color information
#FC0BAB (or 0xFC0BAB) is known color: Hollywood Cerise. HEX triplet: FC, 0B and AB. RGB value is (252,11,171). Sum of RGB (Red+Green+Blue) = 252+11+171=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0BAB is #03F454. Grayscale: #646464. Windows color (decimal): -259157 or 11209724. OLE color: 11209724.
HSL color Cylindrical-coordinate representation of color #FC0BAB: hue angle of 320.17º 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 #FC0BAB is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 171 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.01 |
| HSL | 320.17º | 0.98% | 0.52% | - |
| HSV(B) | 320.17º | 0.96% | 0.99% | - |
| XYZ | 47.62 | 23.88 | 40.63 | - |
| YUV | 101.3 | 167.34 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 171 | 0 | 0.96 | 0.32 | 0.01 | 320.17 | 0.98 | 0.52 |
| Hex | FC | B | AB | 0 | 60 | 20 | 1 | 140 | 62 | 34 |
| Octal | 374 | 13 | 253 | 0 | 140 | 40 | 1 | 500 | 142 | 64 |
| Binary | 11111100 | 1011 | 10101011 | 0 | 1100000 | 100000 | 1 | 101000000 | 1100010 | 110100 |
Color Harmonies of #FC0BAB
Complementary color
Monochromatic Colors of #FC0BAB
Black with #FC0BAB
Text Example
Text Example
White with #FC0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BAB; }
p { color: rgb(252,11,171); }
H1.HeaderClassName
{
color: #FC0BAB;
}
.AnyTagClassName
{
color: #FC0BAB;
}
</style>
background-color css
<style>
a { background-color: #FC0BAB; }
a { background-color: rgb(252,11,171); }
div.DivClassName
{
background-color: #FC0BAB;
}
.BgClassName
{
background-color: #FC0BAB;
}
</style>
border-color css
<style>
span { border-color: #FC0BAB; }
span { border-color: rgb(252,11,171); }
td.TdClassName
{
border-color: #FC0BAB;
}
.TagClassName
{
border-color: #FC0BAB;
}
</style>