Shades of Hollywood Cerise #FD039C
Tints of Hollywood Cerise #FD039C
RGB
CMYK
RGB Variations
Color information
#FD039C (or 0xFD039C) is known color: Hollywood Cerise. HEX triplet: FD, 03 and 9C. RGB value is (253,3,156). Sum of RGB (Red+Green+Blue) = 253+3+156=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD039C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD039C is #02FC63. Grayscale: #5E5E5E. Windows color (decimal): -195684 or 10224637. OLE color: 10224637.
HSL color Cylindrical-coordinate representation of color #FD039C: hue angle of 323.28º 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 #FD039C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 156 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.01 |
| HSL | 323.28º | 0.98% | 0.5% | - |
| HSV(B) | 323.28º | 0.99% | 0.99% | - |
| XYZ | 46.54 | 23.35 | 33.51 | - |
| YUV | 95.19 | 162.33 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 156 | 0 | 0.99 | 0.38 | 0.01 | 323.28 | 0.98 | 0.5 |
| Hex | FD | 3 | 9C | 0 | 63 | 26 | 1 | 143 | 62 | 32 |
| Octal | 375 | 3 | 234 | 0 | 143 | 46 | 1 | 503 | 142 | 62 |
| Binary | 11111101 | 11 | 10011100 | 0 | 1100011 | 100110 | 1 | 101000011 | 1100010 | 110010 |
Color Harmonies of #FD039C
Complementary color
Monochromatic Colors of #FD039C
Black with #FD039C
Text Example
Text Example
White with #FD039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD039C; }
p { color: rgb(253,3,156); }
H1.HeaderClassName
{
color: #FD039C;
}
.AnyTagClassName
{
color: #FD039C;
}
</style>
background-color css
<style>
a { background-color: #FD039C; }
a { background-color: rgb(253,3,156); }
div.DivClassName
{
background-color: #FD039C;
}
.BgClassName
{
background-color: #FD039C;
}
</style>
border-color css
<style>
span { border-color: #FD039C; }
span { border-color: rgb(253,3,156); }
td.TdClassName
{
border-color: #FD039C;
}
.TagClassName
{
border-color: #FD039C;
}
</style>