Shades of Hollywood Cerise #FC09AF
Tints of Hollywood Cerise #FC09AF
RGB
CMYK
RGB Variations
Color information
#FC09AF (or 0xFC09AF) is known color: Hollywood Cerise. HEX triplet: FC, 09 and AF. RGB value is (252,9,175). Sum of RGB (Red+Green+Blue) = 252+9+175=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC09AF is #03F650. Grayscale: #646464. Windows color (decimal): -259665 or 11471356. OLE color: 11471356.
HSL color Cylindrical-coordinate representation of color #FC09AF: hue angle of 319.01º 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 #FC09AF is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 175 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.01 |
| HSL | 319.01º | 0.98% | 0.51% | - |
| HSV(B) | 319.01º | 0.96% | 0.99% | - |
| XYZ | 47.98 | 23.99 | 42.66 | - |
| YUV | 100.58 | 170.01 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 175 | 0 | 0.96 | 0.31 | 0.01 | 319.01 | 0.98 | 0.51 |
| Hex | FC | 9 | AF | 0 | 60 | 1F | 1 | 13F | 62 | 33 |
| Octal | 374 | 11 | 257 | 0 | 140 | 37 | 1 | 477 | 142 | 63 |
| Binary | 11111100 | 1001 | 10101111 | 0 | 1100000 | 11111 | 1 | 100111111 | 1100010 | 110011 |
Color Harmonies of #FC09AF
Complementary color
Monochromatic Colors of #FC09AF
Black with #FC09AF
Text Example
Text Example
White with #FC09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC09AF; }
p { color: rgb(252,9,175); }
H1.HeaderClassName
{
color: #FC09AF;
}
.AnyTagClassName
{
color: #FC09AF;
}
</style>
background-color css
<style>
a { background-color: #FC09AF; }
a { background-color: rgb(252,9,175); }
div.DivClassName
{
background-color: #FC09AF;
}
.BgClassName
{
background-color: #FC09AF;
}
</style>
border-color css
<style>
span { border-color: #FC09AF; }
span { border-color: rgb(252,9,175); }
td.TdClassName
{
border-color: #FC09AF;
}
.TagClassName
{
border-color: #FC09AF;
}
</style>