Shades of Hollywood Cerise #FD0597
Tints of Hollywood Cerise #FD0597
RGB
CMYK
RGB Variations
Color information
#FD0597 (or 0xFD0597) is known color: Hollywood Cerise. HEX triplet: FD, 05 and 97. RGB value is (253,5,151). Sum of RGB (Red+Green+Blue) = 253+5+151=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0597 is #02FA68. Grayscale: #5F5F5F. Windows color (decimal): -195177 or 9897469. OLE color: 9897469.
HSL color Cylindrical-coordinate representation of color #FD0597: hue angle of 324.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0597 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 151 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.01 |
| HSL | 324.68º | 0.98% | 0.51% | - |
| HSV(B) | 324.68º | 0.98% | 0.99% | - |
| XYZ | 46.15 | 23.23 | 31.33 | - |
| YUV | 95.8 | 159.16 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 151 | 0 | 0.98 | 0.40 | 0.01 | 324.68 | 0.98 | 0.51 |
| Hex | FD | 5 | 97 | 0 | 62 | 28 | 1 | 145 | 62 | 33 |
| Octal | 375 | 5 | 227 | 0 | 142 | 50 | 1 | 505 | 142 | 63 |
| Binary | 11111101 | 101 | 10010111 | 0 | 1100010 | 101000 | 1 | 101000101 | 1100010 | 110011 |
Color Harmonies of #FD0597
Complementary color
Monochromatic Colors of #FD0597
Black with #FD0597
Text Example
Text Example
White with #FD0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0597; }
p { color: rgb(253,5,151); }
H1.HeaderClassName
{
color: #FD0597;
}
.AnyTagClassName
{
color: #FD0597;
}
</style>
background-color css
<style>
a { background-color: #FD0597; }
a { background-color: rgb(253,5,151); }
div.DivClassName
{
background-color: #FD0597;
}
.BgClassName
{
background-color: #FD0597;
}
</style>
border-color css
<style>
span { border-color: #FD0597; }
span { border-color: rgb(253,5,151); }
td.TdClassName
{
border-color: #FD0597;
}
.TagClassName
{
border-color: #FD0597;
}
</style>