Shades of Hollywood Cerise #FD0AAB
Tints of Hollywood Cerise #FD0AAB
RGB
CMYK
RGB Variations
Color information
#FD0AAB (or 0xFD0AAB) is known color: Hollywood Cerise. HEX triplet: FD, 0A and AB. RGB value is (253,10,171). Sum of RGB (Red+Green+Blue) = 253+10+171=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0AAB is #02F554. Grayscale: #646464. Windows color (decimal): -193877 or 11209469. OLE color: 11209469.
HSL color Cylindrical-coordinate representation of color #FD0AAB: hue angle of 320.25º 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 #FD0AAB is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 171 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.01 |
| HSL | 320.25º | 0.98% | 0.52% | - |
| HSV(B) | 320.25º | 0.96% | 0.99% | - |
| XYZ | 47.97 | 24.04 | 40.64 | - |
| YUV | 101.01 | 167.51 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 171 | 0 | 0.96 | 0.32 | 0.01 | 320.25 | 0.98 | 0.52 |
| Hex | FD | A | AB | 0 | 60 | 20 | 1 | 140 | 62 | 34 |
| Octal | 375 | 12 | 253 | 0 | 140 | 40 | 1 | 500 | 142 | 64 |
| Binary | 11111101 | 1010 | 10101011 | 0 | 1100000 | 100000 | 1 | 101000000 | 1100010 | 110100 |
Color Harmonies of #FD0AAB
Complementary color
Monochromatic Colors of #FD0AAB
Black with #FD0AAB
Text Example
Text Example
White with #FD0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0AAB; }
p { color: rgb(253,10,171); }
H1.HeaderClassName
{
color: #FD0AAB;
}
.AnyTagClassName
{
color: #FD0AAB;
}
</style>
background-color css
<style>
a { background-color: #FD0AAB; }
a { background-color: rgb(253,10,171); }
div.DivClassName
{
background-color: #FD0AAB;
}
.BgClassName
{
background-color: #FD0AAB;
}
</style>
border-color css
<style>
span { border-color: #FD0AAB; }
span { border-color: rgb(253,10,171); }
td.TdClassName
{
border-color: #FD0AAB;
}
.TagClassName
{
border-color: #FD0AAB;
}
</style>