Shades of Hollywood Cerise #FC06AD
Tints of Hollywood Cerise #FC06AD
RGB
CMYK
RGB Variations
Color information
#FC06AD (or 0xFC06AD) is known color: Hollywood Cerise. HEX triplet: FC, 06 and AD. RGB value is (252,6,173). Sum of RGB (Red+Green+Blue) = 252+6+173=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC06AD is #03F952. Grayscale: #626262. Windows color (decimal): -260435 or 11339516. OLE color: 11339516.
HSL color Cylindrical-coordinate representation of color #FC06AD: hue angle of 319.27º 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 #FC06AD is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 173 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.01 |
| HSL | 319.27º | 0.98% | 0.51% | - |
| HSV(B) | 319.27º | 0.98% | 0.99% | - |
| XYZ | 47.75 | 23.84 | 41.62 | - |
| YUV | 98.59 | 170 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 173 | 0 | 0.98 | 0.31 | 0.01 | 319.27 | 0.98 | 0.51 |
| Hex | FC | 6 | AD | 0 | 62 | 1F | 1 | 13F | 62 | 33 |
| Octal | 374 | 6 | 255 | 0 | 142 | 37 | 1 | 477 | 142 | 63 |
| Binary | 11111100 | 110 | 10101101 | 0 | 1100010 | 11111 | 1 | 100111111 | 1100010 | 110011 |
Color Harmonies of #FC06AD
Complementary color
Monochromatic Colors of #FC06AD
Black with #FC06AD
Text Example
Text Example
White with #FC06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06AD; }
p { color: rgb(252,6,173); }
H1.HeaderClassName
{
color: #FC06AD;
}
.AnyTagClassName
{
color: #FC06AD;
}
</style>
background-color css
<style>
a { background-color: #FC06AD; }
a { background-color: rgb(252,6,173); }
div.DivClassName
{
background-color: #FC06AD;
}
.BgClassName
{
background-color: #FC06AD;
}
</style>
border-color css
<style>
span { border-color: #FC06AD; }
span { border-color: rgb(252,6,173); }
td.TdClassName
{
border-color: #FC06AD;
}
.TagClassName
{
border-color: #FC06AD;
}
</style>