Shades of Hollywood Cerise #FD029B
Tints of Hollywood Cerise #FD029B
RGB
CMYK
RGB Variations
Color information
#FD029B (or 0xFD029B) is known color: Hollywood Cerise. HEX triplet: FD, 02 and 9B. RGB value is (253,2,155). Sum of RGB (Red+Green+Blue) = 253+2+155=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD029B is #02FD64. Grayscale: #5E5E5E. Windows color (decimal): -195941 or 10158845. OLE color: 10158845.
HSL color Cylindrical-coordinate representation of color #FD029B: hue angle of 323.43º 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 #FD029B is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.01 |
| HSL | 323.43º | 0.98% | 0.5% | - |
| HSV(B) | 323.43º | 0.99% | 0.99% | - |
| XYZ | 46.45 | 23.29 | 33.06 | - |
| YUV | 94.49 | 162.16 | 241.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 155 | 0 | 0.99 | 0.39 | 0.01 | 323.43 | 0.98 | 0.5 |
| Hex | FD | 2 | 9B | 0 | 63 | 27 | 1 | 143 | 62 | 32 |
| Octal | 375 | 2 | 233 | 0 | 143 | 47 | 1 | 503 | 142 | 62 |
| Binary | 11111101 | 10 | 10011011 | 0 | 1100011 | 100111 | 1 | 101000011 | 1100010 | 110010 |
Color Harmonies of #FD029B
Complementary color
Monochromatic Colors of #FD029B
Black with #FD029B
Text Example
Text Example
White with #FD029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD029B; }
p { color: rgb(253,2,155); }
H1.HeaderClassName
{
color: #FD029B;
}
.AnyTagClassName
{
color: #FD029B;
}
</style>
background-color css
<style>
a { background-color: #FD029B; }
a { background-color: rgb(253,2,155); }
div.DivClassName
{
background-color: #FD029B;
}
.BgClassName
{
background-color: #FD029B;
}
</style>
border-color css
<style>
span { border-color: #FD029B; }
span { border-color: rgb(253,2,155); }
td.TdClassName
{
border-color: #FD029B;
}
.TagClassName
{
border-color: #FD029B;
}
</style>