Shades of Hollywood Cerise #FD0097
Tints of Hollywood Cerise #FD0097
RGB
CMYK
RGB Variations
Color information
#FD0097 (or 0xFD0097) is known color: Hollywood Cerise. HEX triplet: FD, 00 and 97. RGB value is (253,0,151). Sum of RGB (Red+Green+Blue) = 253+0+151=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0097 is #02FF68. Grayscale: #5C5C5C. Windows color (decimal): -196457 or 9896189. OLE color: 9896189.
HSL color Cylindrical-coordinate representation of color #FD0097: hue angle of 324.19º 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 #FD0097 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.40 | 0.01 |
| HSL | 324.19º | 1% | 0.5% | - |
| HSV(B) | 324.19º | 1% | 0.99% | - |
| XYZ | 46.09 | 23.12 | 31.31 | - |
| YUV | 92.86 | 160.82 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 151 | 0 | 1 | 0.40 | 0.01 | 324.19 | 1 | 0.5 |
| Hex | FD | 0 | 97 | 0 | 64 | 28 | 1 | 144 | 64 | 32 |
| Octal | 375 | 0 | 227 | 0 | 144 | 50 | 1 | 504 | 144 | 62 |
| Binary | 11111101 | 0 | 10010111 | 0 | 1100100 | 101000 | 1 | 101000100 | 1100100 | 110010 |
Color Harmonies of #FD0097
Complementary color
Monochromatic Colors of #FD0097
Black with #FD0097
Text Example
Text Example
White with #FD0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0097; }
p { color: rgb(253,0,151); }
H1.HeaderClassName
{
color: #FD0097;
}
.AnyTagClassName
{
color: #FD0097;
}
</style>
background-color css
<style>
a { background-color: #FD0097; }
a { background-color: rgb(253,0,151); }
div.DivClassName
{
background-color: #FD0097;
}
.BgClassName
{
background-color: #FD0097;
}
</style>
border-color css
<style>
span { border-color: #FD0097; }
span { border-color: rgb(253,0,151); }
td.TdClassName
{
border-color: #FD0097;
}
.TagClassName
{
border-color: #FD0097;
}
</style>