Shades of Hollywood Cerise #FC07A7
Tints of Hollywood Cerise #FC07A7
RGB
CMYK
RGB Variations
Color information
#FC07A7 (or 0xFC07A7) is known color: Hollywood Cerise. HEX triplet: FC, 07 and A7. RGB value is (252,7,167). Sum of RGB (Red+Green+Blue) = 252+7+167=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC07A7 is #03F858. Grayscale: #626262. Windows color (decimal): -260185 or 10946556. OLE color: 10946556.
HSL color Cylindrical-coordinate representation of color #FC07A7: hue angle of 320.82º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC07A7 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 167 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.01 |
| HSL | 320.82º | 0.98% | 0.51% | - |
| HSV(B) | 320.82º | 0.97% | 0.99% | - |
| XYZ | 47.2 | 23.64 | 38.63 | - |
| YUV | 98.5 | 166.67 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 167 | 0 | 0.97 | 0.34 | 0.01 | 320.82 | 0.98 | 0.51 |
| Hex | FC | 7 | A7 | 0 | 61 | 22 | 1 | 141 | 62 | 33 |
| Octal | 374 | 7 | 247 | 0 | 141 | 42 | 1 | 501 | 142 | 63 |
| Binary | 11111100 | 111 | 10100111 | 0 | 1100001 | 100010 | 1 | 101000001 | 1100010 | 110011 |
Color Harmonies of #FC07A7
Complementary color
Monochromatic Colors of #FC07A7
Black with #FC07A7
Text Example
Text Example
White with #FC07A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07A7; }
p { color: rgb(252,7,167); }
H1.HeaderClassName
{
color: #FC07A7;
}
.AnyTagClassName
{
color: #FC07A7;
}
</style>
background-color css
<style>
a { background-color: #FC07A7; }
a { background-color: rgb(252,7,167); }
div.DivClassName
{
background-color: #FC07A7;
}
.BgClassName
{
background-color: #FC07A7;
}
</style>
border-color css
<style>
span { border-color: #FC07A7; }
span { border-color: rgb(252,7,167); }
td.TdClassName
{
border-color: #FC07A7;
}
.TagClassName
{
border-color: #FC07A7;
}
</style>