Shades of Hollywood Cerise #FD009B
Tints of Hollywood Cerise #FD009B
RGB
CMYK
RGB Variations
Color information
#FD009B (or 0xFD009B) is known color: Hollywood Cerise. HEX triplet: FD, 00 and 9B. RGB value is (253,0,155). Sum of RGB (Red+Green+Blue) = 253+0+155=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD009B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD009B is #02FF64. Grayscale: #5C5C5C. Windows color (decimal): -196453 or 10158333. OLE color: 10158333.
HSL color Cylindrical-coordinate representation of color #FD009B: hue angle of 323.24º 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 #FD009B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.39 | 0.01 |
| HSL | 323.24º | 1% | 0.5% | - |
| HSV(B) | 323.24º | 1% | 0.99% | - |
| XYZ | 46.42 | 23.25 | 33.05 | - |
| YUV | 93.32 | 162.82 | 241.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 155 | 0 | 1 | 0.39 | 0.01 | 323.24 | 1 | 0.5 |
| Hex | FD | 0 | 9B | 0 | 64 | 27 | 1 | 143 | 64 | 32 |
| Octal | 375 | 0 | 233 | 0 | 144 | 47 | 1 | 503 | 144 | 62 |
| Binary | 11111101 | 0 | 10011011 | 0 | 1100100 | 100111 | 1 | 101000011 | 1100100 | 110010 |
Color Harmonies of #FD009B
Complementary color
Monochromatic Colors of #FD009B
Black with #FD009B
Text Example
Text Example
White with #FD009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD009B; }
p { color: rgb(253,0,155); }
H1.HeaderClassName
{
color: #FD009B;
}
.AnyTagClassName
{
color: #FD009B;
}
</style>
background-color css
<style>
a { background-color: #FD009B; }
a { background-color: rgb(253,0,155); }
div.DivClassName
{
background-color: #FD009B;
}
.BgClassName
{
background-color: #FD009B;
}
</style>
border-color css
<style>
span { border-color: #FD009B; }
span { border-color: rgb(253,0,155); }
td.TdClassName
{
border-color: #FD009B;
}
.TagClassName
{
border-color: #FD009B;
}
</style>