Shades of Hollywood Cerise #FD0B9E
Tints of Hollywood Cerise #FD0B9E
RGB
CMYK
RGB Variations
Color information
#FD0B9E (or 0xFD0B9E) is known color: Hollywood Cerise. HEX triplet: FD, 0B and 9E. RGB value is (253,11,158). Sum of RGB (Red+Green+Blue) = 253+11+158=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0B9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0B9E is #02F461. Grayscale: #636363. Windows color (decimal): -193634 or 10357757. OLE color: 10357757.
HSL color Cylindrical-coordinate representation of color #FD0B9E: hue angle of 323.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0B9E is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 158 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.01 |
| HSL | 323.55º | 0.98% | 0.52% | - |
| HSV(B) | 323.55º | 0.96% | 0.99% | - |
| XYZ | 46.8 | 23.59 | 34.43 | - |
| YUV | 100.12 | 160.67 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 158 | 0 | 0.96 | 0.38 | 0.01 | 323.55 | 0.98 | 0.52 |
| Hex | FD | B | 9E | 0 | 60 | 26 | 1 | 144 | 62 | 34 |
| Octal | 375 | 13 | 236 | 0 | 140 | 46 | 1 | 504 | 142 | 64 |
| Binary | 11111101 | 1011 | 10011110 | 0 | 1100000 | 100110 | 1 | 101000100 | 1100010 | 110100 |
Color Harmonies of #FD0B9E
Complementary color
Monochromatic Colors of #FD0B9E
Black with #FD0B9E
Text Example
Text Example
White with #FD0B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0B9E; }
p { color: rgb(253,11,158); }
H1.HeaderClassName
{
color: #FD0B9E;
}
.AnyTagClassName
{
color: #FD0B9E;
}
</style>
background-color css
<style>
a { background-color: #FD0B9E; }
a { background-color: rgb(253,11,158); }
div.DivClassName
{
background-color: #FD0B9E;
}
.BgClassName
{
background-color: #FD0B9E;
}
</style>
border-color css
<style>
span { border-color: #FD0B9E; }
span { border-color: rgb(253,11,158); }
td.TdClassName
{
border-color: #FD0B9E;
}
.TagClassName
{
border-color: #FD0B9E;
}
</style>