Shades of Hollywood Cerise #FC06A6
Tints of Hollywood Cerise #FC06A6
RGB
CMYK
RGB Variations
Color information
#FC06A6 (or 0xFC06A6) is known color: Hollywood Cerise. HEX triplet: FC, 06 and A6. RGB value is (252,6,166). Sum of RGB (Red+Green+Blue) = 252+6+166=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC06A6 is #03F959. Grayscale: #616161. Windows color (decimal): -260442 or 10880764. OLE color: 10880764.
HSL color Cylindrical-coordinate representation of color #FC06A6: hue angle of 320.98º 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 #FC06A6 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 166 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.01 |
| HSL | 320.98º | 0.98% | 0.51% | - |
| HSV(B) | 320.98º | 0.98% | 0.99% | - |
| XYZ | 47.09 | 23.58 | 38.15 | - |
| YUV | 97.79 | 166.5 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 166 | 0 | 0.98 | 0.34 | 0.01 | 320.98 | 0.98 | 0.51 |
| Hex | FC | 6 | A6 | 0 | 62 | 22 | 1 | 141 | 62 | 33 |
| Octal | 374 | 6 | 246 | 0 | 142 | 42 | 1 | 501 | 142 | 63 |
| Binary | 11111100 | 110 | 10100110 | 0 | 1100010 | 100010 | 1 | 101000001 | 1100010 | 110011 |
Color Harmonies of #FC06A6
Complementary color
Monochromatic Colors of #FC06A6
Black with #FC06A6
Text Example
Text Example
White with #FC06A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06A6; }
p { color: rgb(252,6,166); }
H1.HeaderClassName
{
color: #FC06A6;
}
.AnyTagClassName
{
color: #FC06A6;
}
</style>
background-color css
<style>
a { background-color: #FC06A6; }
a { background-color: rgb(252,6,166); }
div.DivClassName
{
background-color: #FC06A6;
}
.BgClassName
{
background-color: #FC06A6;
}
</style>
border-color css
<style>
span { border-color: #FC06A6; }
span { border-color: rgb(252,6,166); }
td.TdClassName
{
border-color: #FC06A6;
}
.TagClassName
{
border-color: #FC06A6;
}
</style>