Shades of Hollywood Cerise #FD0296
Tints of Hollywood Cerise #FD0296
RGB
CMYK
RGB Variations
Color information
#FD0296 (or 0xFD0296) is known color: Hollywood Cerise. HEX triplet: FD, 02 and 96. RGB value is (253,2,150). Sum of RGB (Red+Green+Blue) = 253+2+150=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0296 is #02FD69. Grayscale: #5D5D5D. Windows color (decimal): -195946 or 9831165. OLE color: 9831165.
HSL color Cylindrical-coordinate representation of color #FD0296: hue angle of 324.62º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0296 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.01 |
| HSL | 324.62º | 0.98% | 0.5% | - |
| HSV(B) | 324.62º | 0.99% | 0.99% | - |
| XYZ | 46.03 | 23.13 | 30.89 | - |
| YUV | 93.92 | 159.66 | 241.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 150 | 0 | 0.99 | 0.41 | 0.01 | 324.62 | 0.98 | 0.5 |
| Hex | FD | 2 | 96 | 0 | 63 | 29 | 1 | 145 | 62 | 32 |
| Octal | 375 | 2 | 226 | 0 | 143 | 51 | 1 | 505 | 142 | 62 |
| Binary | 11111101 | 10 | 10010110 | 0 | 1100011 | 101001 | 1 | 101000101 | 1100010 | 110010 |
Color Harmonies of #FD0296
Complementary color
Monochromatic Colors of #FD0296
Black with #FD0296
Text Example
Text Example
White with #FD0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0296; }
p { color: rgb(253,2,150); }
H1.HeaderClassName
{
color: #FD0296;
}
.AnyTagClassName
{
color: #FD0296;
}
</style>
background-color css
<style>
a { background-color: #FD0296; }
a { background-color: rgb(253,2,150); }
div.DivClassName
{
background-color: #FD0296;
}
.BgClassName
{
background-color: #FD0296;
}
</style>
border-color css
<style>
span { border-color: #FD0296; }
span { border-color: rgb(253,2,150); }
td.TdClassName
{
border-color: #FD0296;
}
.TagClassName
{
border-color: #FD0296;
}
</style>