Shades of Hollywood Cerise #FC09A5
Tints of Hollywood Cerise #FC09A5
RGB
CMYK
RGB Variations
Color information
#FC09A5 (or 0xFC09A5) is known color: Hollywood Cerise. HEX triplet: FC, 09 and A5. RGB value is (252,9,165). Sum of RGB (Red+Green+Blue) = 252+9+165=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 9 (3.91% from 255 or 2.11% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC09A5 is #03F65A. Grayscale: #636363. Windows color (decimal): -259675 or 10815996. OLE color: 10815996.
HSL color Cylindrical-coordinate representation of color #FC09A5: hue angle of 321.48º 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 #FC09A5 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 165 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.01 |
| HSL | 321.48º | 0.98% | 0.51% | - |
| HSV(B) | 321.48º | 0.96% | 0.99% | - |
| XYZ | 47.03 | 23.61 | 37.68 | - |
| YUV | 99.44 | 165.01 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 165 | 0 | 0.96 | 0.35 | 0.01 | 321.48 | 0.98 | 0.51 |
| Hex | FC | 9 | A5 | 0 | 60 | 23 | 1 | 141 | 62 | 33 |
| Octal | 374 | 11 | 245 | 0 | 140 | 43 | 1 | 501 | 142 | 63 |
| Binary | 11111100 | 1001 | 10100101 | 0 | 1100000 | 100011 | 1 | 101000001 | 1100010 | 110011 |
Color Harmonies of #FC09A5
Complementary color
Monochromatic Colors of #FC09A5
Black with #FC09A5
Text Example
Text Example
White with #FC09A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC09A5; }
p { color: rgb(252,9,165); }
H1.HeaderClassName
{
color: #FC09A5;
}
.AnyTagClassName
{
color: #FC09A5;
}
</style>
background-color css
<style>
a { background-color: #FC09A5; }
a { background-color: rgb(252,9,165); }
div.DivClassName
{
background-color: #FC09A5;
}
.BgClassName
{
background-color: #FC09A5;
}
</style>
border-color css
<style>
span { border-color: #FC09A5; }
span { border-color: rgb(252,9,165); }
td.TdClassName
{
border-color: #FC09A5;
}
.TagClassName
{
border-color: #FC09A5;
}
</style>