Shades of Hollywood Cerise #FC09AB
Tints of Hollywood Cerise #FC09AB
RGB
CMYK
RGB Variations
Color information
#FC09AB (or 0xFC09AB) is known color: Hollywood Cerise. HEX triplet: FC, 09 and AB. RGB value is (252,9,171). Sum of RGB (Red+Green+Blue) = 252+9+171=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 9 (3.91% from 255 or 2.08% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC09AB is #03F654. Grayscale: #636363. Windows color (decimal): -259669 or 11209212. OLE color: 11209212.
HSL color Cylindrical-coordinate representation of color #FC09AB: hue angle of 320º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC09AB is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.01 |
| HSL | 320º | 0.98% | 0.51% | - |
| HSV(B) | 320º | 0.96% | 0.99% | - |
| XYZ | 47.59 | 23.83 | 40.62 | - |
| YUV | 100.13 | 168.01 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 171 | 0 | 0.96 | 0.32 | 0.01 | 320 | 0.98 | 0.51 |
| Hex | FC | 9 | AB | 0 | 60 | 20 | 1 | 140 | 62 | 33 |
| Octal | 374 | 11 | 253 | 0 | 140 | 40 | 1 | 500 | 142 | 63 |
| Binary | 11111100 | 1001 | 10101011 | 0 | 1100000 | 100000 | 1 | 101000000 | 1100010 | 110011 |
Color Harmonies of #FC09AB
Complementary color
Monochromatic Colors of #FC09AB
Black with #FC09AB
Text Example
Text Example
White with #FC09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC09AB; }
p { color: rgb(252,9,171); }
H1.HeaderClassName
{
color: #FC09AB;
}
.AnyTagClassName
{
color: #FC09AB;
}
</style>
background-color css
<style>
a { background-color: #FC09AB; }
a { background-color: rgb(252,9,171); }
div.DivClassName
{
background-color: #FC09AB;
}
.BgClassName
{
background-color: #FC09AB;
}
</style>
border-color css
<style>
span { border-color: #FC09AB; }
span { border-color: rgb(252,9,171); }
td.TdClassName
{
border-color: #FC09AB;
}
.TagClassName
{
border-color: #FC09AB;
}
</style>