Shades of Hollywood Cerise #FD0395
Tints of Hollywood Cerise #FD0395
RGB
CMYK
RGB Variations
Color information
#FD0395 (or 0xFD0395) is known color: Hollywood Cerise. HEX triplet: FD, 03 and 95. RGB value is (253,3,149). Sum of RGB (Red+Green+Blue) = 253+3+149=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0395 is #02FC6A. Grayscale: #5E5E5E. Windows color (decimal): -195691 or 9765885. OLE color: 9765885.
HSL color Cylindrical-coordinate representation of color #FD0395: hue angle of 324.96º 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 #FD0395 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 149 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.01 |
| HSL | 324.96º | 0.98% | 0.5% | - |
| HSV(B) | 324.96º | 0.99% | 0.99% | - |
| XYZ | 45.97 | 23.12 | 30.47 | - |
| YUV | 94.39 | 158.83 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 149 | 0 | 0.99 | 0.41 | 0.01 | 324.96 | 0.98 | 0.5 |
| Hex | FD | 3 | 95 | 0 | 63 | 29 | 1 | 145 | 62 | 32 |
| Octal | 375 | 3 | 225 | 0 | 143 | 51 | 1 | 505 | 142 | 62 |
| Binary | 11111101 | 11 | 10010101 | 0 | 1100011 | 101001 | 1 | 101000101 | 1100010 | 110010 |
Color Harmonies of #FD0395
Complementary color
Monochromatic Colors of #FD0395
Black with #FD0395
Text Example
Text Example
White with #FD0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0395; }
p { color: rgb(253,3,149); }
H1.HeaderClassName
{
color: #FD0395;
}
.AnyTagClassName
{
color: #FD0395;
}
</style>
background-color css
<style>
a { background-color: #FD0395; }
a { background-color: rgb(253,3,149); }
div.DivClassName
{
background-color: #FD0395;
}
.BgClassName
{
background-color: #FD0395;
}
</style>
border-color css
<style>
span { border-color: #FD0395; }
span { border-color: rgb(253,3,149); }
td.TdClassName
{
border-color: #FD0395;
}
.TagClassName
{
border-color: #FD0395;
}
</style>