Shades of Hollywood Cerise #FD0397
Tints of Hollywood Cerise #FD0397
RGB
CMYK
RGB Variations
Color information
#FD0397 (or 0xFD0397) is known color: Hollywood Cerise. HEX triplet: FD, 03 and 97. RGB value is (253,3,151). Sum of RGB (Red+Green+Blue) = 253+3+151=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0397 is #02FC68. Grayscale: #5E5E5E. Windows color (decimal): -195689 or 9896957. OLE color: 9896957.
HSL color Cylindrical-coordinate representation of color #FD0397: hue angle of 324.48º 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 #FD0397 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 151 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.01 |
| HSL | 324.48º | 0.98% | 0.5% | - |
| HSV(B) | 324.48º | 0.99% | 0.99% | - |
| XYZ | 46.13 | 23.18 | 31.32 | - |
| YUV | 94.62 | 159.83 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 151 | 0 | 0.99 | 0.40 | 0.01 | 324.48 | 0.98 | 0.5 |
| Hex | FD | 3 | 97 | 0 | 63 | 28 | 1 | 144 | 62 | 32 |
| Octal | 375 | 3 | 227 | 0 | 143 | 50 | 1 | 504 | 142 | 62 |
| Binary | 11111101 | 11 | 10010111 | 0 | 1100011 | 101000 | 1 | 101000100 | 1100010 | 110010 |
Color Harmonies of #FD0397
Complementary color
Monochromatic Colors of #FD0397
Black with #FD0397
Text Example
Text Example
White with #FD0397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0397; }
p { color: rgb(253,3,151); }
H1.HeaderClassName
{
color: #FD0397;
}
.AnyTagClassName
{
color: #FD0397;
}
</style>
background-color css
<style>
a { background-color: #FD0397; }
a { background-color: rgb(253,3,151); }
div.DivClassName
{
background-color: #FD0397;
}
.BgClassName
{
background-color: #FD0397;
}
</style>
border-color css
<style>
span { border-color: #FD0397; }
span { border-color: rgb(253,3,151); }
td.TdClassName
{
border-color: #FD0397;
}
.TagClassName
{
border-color: #FD0397;
}
</style>