Shades of Hollywood Cerise #FC069A
Tints of Hollywood Cerise #FC069A
RGB
CMYK
RGB Variations
Color information
#FC069A (or 0xFC069A) is known color: Hollywood Cerise. HEX triplet: FC, 06 and 9A. RGB value is (252,6,154). Sum of RGB (Red+Green+Blue) = 252+6+154=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC069A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC069A is #03F965. Grayscale: #606060. Windows color (decimal): -260454 or 10094332. OLE color: 10094332.
HSL color Cylindrical-coordinate representation of color #FC069A: hue angle of 323.9º 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 #FC069A is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 154 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.01 |
| HSL | 323.9º | 0.98% | 0.51% | - |
| HSV(B) | 323.9º | 0.98% | 0.99% | - |
| XYZ | 46.04 | 23.16 | 32.62 | - |
| YUV | 96.43 | 160.5 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 154 | 0 | 0.98 | 0.39 | 0.01 | 323.9 | 0.98 | 0.51 |
| Hex | FC | 6 | 9A | 0 | 62 | 27 | 1 | 144 | 62 | 33 |
| Octal | 374 | 6 | 232 | 0 | 142 | 47 | 1 | 504 | 142 | 63 |
| Binary | 11111100 | 110 | 10011010 | 0 | 1100010 | 100111 | 1 | 101000100 | 1100010 | 110011 |
Color Harmonies of #FC069A
Complementary color
Monochromatic Colors of #FC069A
Black with #FC069A
Text Example
Text Example
White with #FC069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC069A; }
p { color: rgb(252,6,154); }
H1.HeaderClassName
{
color: #FC069A;
}
.AnyTagClassName
{
color: #FC069A;
}
</style>
background-color css
<style>
a { background-color: #FC069A; }
a { background-color: rgb(252,6,154); }
div.DivClassName
{
background-color: #FC069A;
}
.BgClassName
{
background-color: #FC069A;
}
</style>
border-color css
<style>
span { border-color: #FC069A; }
span { border-color: rgb(252,6,154); }
td.TdClassName
{
border-color: #FC069A;
}
.TagClassName
{
border-color: #FC069A;
}
</style>