Shades of Hollywood Cerise #FD009A
Tints of Hollywood Cerise #FD009A
RGB
CMYK
RGB Variations
Color information
#FD009A (or 0xFD009A) is known color: Hollywood Cerise. HEX triplet: FD, 00 and 9A. RGB value is (253,0,154). Sum of RGB (Red+Green+Blue) = 253+0+154=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD009A is #02FF65. Grayscale: #5C5C5C. Windows color (decimal): -196454 or 10092797. OLE color: 10092797.
HSL color Cylindrical-coordinate representation of color #FD009A: hue angle of 323.48º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD009A is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.39 | 0.01 |
| HSL | 323.48º | 1% | 0.5% | - |
| HSV(B) | 323.48º | 1% | 0.99% | - |
| XYZ | 46.34 | 23.22 | 32.61 | - |
| YUV | 93.2 | 162.32 | 241.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 154 | 0 | 1 | 0.39 | 0.01 | 323.48 | 1 | 0.5 |
| Hex | FD | 0 | 9A | 0 | 64 | 27 | 1 | 143 | 64 | 32 |
| Octal | 375 | 0 | 232 | 0 | 144 | 47 | 1 | 503 | 144 | 62 |
| Binary | 11111101 | 0 | 10011010 | 0 | 1100100 | 100111 | 1 | 101000011 | 1100100 | 110010 |
Color Harmonies of #FD009A
Complementary color
Monochromatic Colors of #FD009A
Black with #FD009A
Text Example
Text Example
White with #FD009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD009A; }
p { color: rgb(253,0,154); }
H1.HeaderClassName
{
color: #FD009A;
}
.AnyTagClassName
{
color: #FD009A;
}
</style>
background-color css
<style>
a { background-color: #FD009A; }
a { background-color: rgb(253,0,154); }
div.DivClassName
{
background-color: #FD009A;
}
.BgClassName
{
background-color: #FD009A;
}
</style>
border-color css
<style>
span { border-color: #FD009A; }
span { border-color: rgb(253,0,154); }
td.TdClassName
{
border-color: #FD009A;
}
.TagClassName
{
border-color: #FD009A;
}
</style>