Shades of Hollywood Cerise #FD039B
Tints of Hollywood Cerise #FD039B
RGB
CMYK
RGB Variations
Color information
#FD039B (or 0xFD039B) is known color: Hollywood Cerise. HEX triplet: FD, 03 and 9B. RGB value is (253,3,155). Sum of RGB (Red+Green+Blue) = 253+3+155=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD039B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD039B is #02FC64. Grayscale: #5E5E5E. Windows color (decimal): -195685 or 10159101. OLE color: 10159101.
HSL color Cylindrical-coordinate representation of color #FD039B: hue angle of 323.52º 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 #FD039B is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 155 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.01 |
| HSL | 323.52º | 0.98% | 0.5% | - |
| HSV(B) | 323.52º | 0.99% | 0.99% | - |
| XYZ | 46.46 | 23.31 | 33.06 | - |
| YUV | 95.08 | 161.83 | 240.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 155 | 0 | 0.99 | 0.39 | 0.01 | 323.52 | 0.98 | 0.5 |
| Hex | FD | 3 | 9B | 0 | 63 | 27 | 1 | 144 | 62 | 32 |
| Octal | 375 | 3 | 233 | 0 | 143 | 47 | 1 | 504 | 142 | 62 |
| Binary | 11111101 | 11 | 10011011 | 0 | 1100011 | 100111 | 1 | 101000100 | 1100010 | 110010 |
Color Harmonies of #FD039B
Complementary color
Monochromatic Colors of #FD039B
Black with #FD039B
Text Example
Text Example
White with #FD039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD039B; }
p { color: rgb(253,3,155); }
H1.HeaderClassName
{
color: #FD039B;
}
.AnyTagClassName
{
color: #FD039B;
}
</style>
background-color css
<style>
a { background-color: #FD039B; }
a { background-color: rgb(253,3,155); }
div.DivClassName
{
background-color: #FD039B;
}
.BgClassName
{
background-color: #FD039B;
}
</style>
border-color css
<style>
span { border-color: #FD039B; }
span { border-color: rgb(253,3,155); }
td.TdClassName
{
border-color: #FD039B;
}
.TagClassName
{
border-color: #FD039B;
}
</style>