Shades of Hollywood Cerise #FD0BA2
Tints of Hollywood Cerise #FD0BA2
RGB
CMYK
RGB Variations
Color information
#FD0BA2 (or 0xFD0BA2) is known color: Hollywood Cerise. HEX triplet: FD, 0B and A2. RGB value is (253,11,162). Sum of RGB (Red+Green+Blue) = 253+11+162=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0BA2 is #02F45D. Grayscale: #646464. Windows color (decimal): -193630 or 10619901. OLE color: 10619901.
HSL color Cylindrical-coordinate representation of color #FD0BA2: hue angle of 322.56º 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 #FD0BA2 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 162 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.01 |
| HSL | 322.56º | 0.98% | 0.52% | - |
| HSV(B) | 322.56º | 0.96% | 0.99% | - |
| XYZ | 47.15 | 23.73 | 36.28 | - |
| YUV | 100.57 | 162.67 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 162 | 0 | 0.96 | 0.36 | 0.01 | 322.56 | 0.98 | 0.52 |
| Hex | FD | B | A2 | 0 | 60 | 24 | 1 | 143 | 62 | 34 |
| Octal | 375 | 13 | 242 | 0 | 140 | 44 | 1 | 503 | 142 | 64 |
| Binary | 11111101 | 1011 | 10100010 | 0 | 1100000 | 100100 | 1 | 101000011 | 1100010 | 110100 |
Color Harmonies of #FD0BA2
Complementary color
Monochromatic Colors of #FD0BA2
Black with #FD0BA2
Text Example
Text Example
White with #FD0BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0BA2; }
p { color: rgb(253,11,162); }
H1.HeaderClassName
{
color: #FD0BA2;
}
.AnyTagClassName
{
color: #FD0BA2;
}
</style>
background-color css
<style>
a { background-color: #FD0BA2; }
a { background-color: rgb(253,11,162); }
div.DivClassName
{
background-color: #FD0BA2;
}
.BgClassName
{
background-color: #FD0BA2;
}
</style>
border-color css
<style>
span { border-color: #FD0BA2; }
span { border-color: rgb(253,11,162); }
td.TdClassName
{
border-color: #FD0BA2;
}
.TagClassName
{
border-color: #FD0BA2;
}
</style>