Shades of Hollywood Cerise #FD0BAA
Tints of Hollywood Cerise #FD0BAA
RGB
CMYK
RGB Variations
Color information
#FD0BAA (or 0xFD0BAA) is known color: Hollywood Cerise. HEX triplet: FD, 0B and AA. RGB value is (253,11,170). Sum of RGB (Red+Green+Blue) = 253+11+170=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0BAA is #02F455. Grayscale: #656565. Windows color (decimal): -193622 or 11144189. OLE color: 11144189.
HSL color Cylindrical-coordinate representation of color #FD0BAA: hue angle of 320.58º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0BAA is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 170 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.01 |
| HSL | 320.58º | 0.98% | 0.52% | - |
| HSV(B) | 320.58º | 0.96% | 0.99% | - |
| XYZ | 47.88 | 24.02 | 40.14 | - |
| YUV | 101.48 | 166.67 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 170 | 0 | 0.96 | 0.33 | 0.01 | 320.58 | 0.98 | 0.52 |
| Hex | FD | B | AA | 0 | 60 | 21 | 1 | 141 | 62 | 34 |
| Octal | 375 | 13 | 252 | 0 | 140 | 41 | 1 | 501 | 142 | 64 |
| Binary | 11111101 | 1011 | 10101010 | 0 | 1100000 | 100001 | 1 | 101000001 | 1100010 | 110100 |
Color Harmonies of #FD0BAA
Complementary color
Monochromatic Colors of #FD0BAA
Black with #FD0BAA
Text Example
Text Example
White with #FD0BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0BAA; }
p { color: rgb(253,11,170); }
H1.HeaderClassName
{
color: #FD0BAA;
}
.AnyTagClassName
{
color: #FD0BAA;
}
</style>
background-color css
<style>
a { background-color: #FD0BAA; }
a { background-color: rgb(253,11,170); }
div.DivClassName
{
background-color: #FD0BAA;
}
.BgClassName
{
background-color: #FD0BAA;
}
</style>
border-color css
<style>
span { border-color: #FD0BAA; }
span { border-color: rgb(253,11,170); }
td.TdClassName
{
border-color: #FD0BAA;
}
.TagClassName
{
border-color: #FD0BAA;
}
</style>