Shades of Hollywood Cerise #FC06AB
Tints of Hollywood Cerise #FC06AB
RGB
CMYK
RGB Variations
Color information
#FC06AB (or 0xFC06AB) is known color: Hollywood Cerise. HEX triplet: FC, 06 and AB. RGB value is (252,6,171). Sum of RGB (Red+Green+Blue) = 252+6+171=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC06AB is #03F954. Grayscale: #616161. Windows color (decimal): -260437 or 11208444. OLE color: 11208444.
HSL color Cylindrical-coordinate representation of color #FC06AB: hue angle of 319.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC06AB is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 171 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.01 |
| HSL | 319.76º | 0.98% | 0.51% | - |
| HSV(B) | 319.76º | 0.98% | 0.99% | - |
| XYZ | 47.56 | 23.77 | 40.61 | - |
| YUV | 98.36 | 169 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 171 | 0 | 0.98 | 0.32 | 0.01 | 319.76 | 0.98 | 0.51 |
| Hex | FC | 6 | AB | 0 | 62 | 20 | 1 | 140 | 62 | 33 |
| Octal | 374 | 6 | 253 | 0 | 142 | 40 | 1 | 500 | 142 | 63 |
| Binary | 11111100 | 110 | 10101011 | 0 | 1100010 | 100000 | 1 | 101000000 | 1100010 | 110011 |
Color Harmonies of #FC06AB
Complementary color
Monochromatic Colors of #FC06AB
Black with #FC06AB
Text Example
Text Example
White with #FC06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06AB; }
p { color: rgb(252,6,171); }
H1.HeaderClassName
{
color: #FC06AB;
}
.AnyTagClassName
{
color: #FC06AB;
}
</style>
background-color css
<style>
a { background-color: #FC06AB; }
a { background-color: rgb(252,6,171); }
div.DivClassName
{
background-color: #FC06AB;
}
.BgClassName
{
background-color: #FC06AB;
}
</style>
border-color css
<style>
span { border-color: #FC06AB; }
span { border-color: rgb(252,6,171); }
td.TdClassName
{
border-color: #FC06AB;
}
.TagClassName
{
border-color: #FC06AB;
}
</style>