Shades of Hollywood Cerise #FD089C
Tints of Hollywood Cerise #FD089C
RGB
CMYK
RGB Variations
Color information
#FD089C (or 0xFD089C) is known color: Hollywood Cerise. HEX triplet: FD, 08 and 9C. RGB value is (253,8,156). Sum of RGB (Red+Green+Blue) = 253+8+156=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD089C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD089C is #02F763. Grayscale: #616161. Windows color (decimal): -194404 or 10225917. OLE color: 10225917.
HSL color Cylindrical-coordinate representation of color #FD089C: hue angle of 323.76º 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 #FD089C is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 156 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.01 |
| HSL | 323.76º | 0.98% | 0.51% | - |
| HSV(B) | 323.76º | 0.97% | 0.99% | - |
| XYZ | 46.6 | 23.46 | 33.52 | - |
| YUV | 98.13 | 160.67 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 156 | 0 | 0.97 | 0.38 | 0.01 | 323.76 | 0.98 | 0.51 |
| Hex | FD | 8 | 9C | 0 | 61 | 26 | 1 | 144 | 62 | 33 |
| Octal | 375 | 10 | 234 | 0 | 141 | 46 | 1 | 504 | 142 | 63 |
| Binary | 11111101 | 1000 | 10011100 | 0 | 1100001 | 100110 | 1 | 101000100 | 1100010 | 110011 |
Color Harmonies of #FD089C
Complementary color
Monochromatic Colors of #FD089C
Black with #FD089C
Text Example
Text Example
White with #FD089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD089C; }
p { color: rgb(253,8,156); }
H1.HeaderClassName
{
color: #FD089C;
}
.AnyTagClassName
{
color: #FD089C;
}
</style>
background-color css
<style>
a { background-color: #FD089C; }
a { background-color: rgb(253,8,156); }
div.DivClassName
{
background-color: #FD089C;
}
.BgClassName
{
background-color: #FD089C;
}
</style>
border-color css
<style>
span { border-color: #FD089C; }
span { border-color: rgb(253,8,156); }
td.TdClassName
{
border-color: #FD089C;
}
.TagClassName
{
border-color: #FD089C;
}
</style>