Shades of Hollywood Cerise #FD0AAA
Tints of Hollywood Cerise #FD0AAA
RGB
CMYK
RGB Variations
Color information
#FD0AAA (or 0xFD0AAA) is known color: Hollywood Cerise. HEX triplet: FD, 0A and AA. RGB value is (253,10,170). Sum of RGB (Red+Green+Blue) = 253+10+170=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0AAA is #02F555. Grayscale: #646464. Windows color (decimal): -193878 or 11143933. OLE color: 11143933.
HSL color Cylindrical-coordinate representation of color #FD0AAA: hue angle of 320.49º 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 #FD0AAA is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 170 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.01 |
| HSL | 320.49º | 0.98% | 0.52% | - |
| HSV(B) | 320.49º | 0.96% | 0.99% | - |
| XYZ | 47.87 | 24 | 40.14 | - |
| YUV | 100.9 | 167.01 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 170 | 0 | 0.96 | 0.33 | 0.01 | 320.49 | 0.98 | 0.52 |
| Hex | FD | A | AA | 0 | 60 | 21 | 1 | 140 | 62 | 34 |
| Octal | 375 | 12 | 252 | 0 | 140 | 41 | 1 | 500 | 142 | 64 |
| Binary | 11111101 | 1010 | 10101010 | 0 | 1100000 | 100001 | 1 | 101000000 | 1100010 | 110100 |
Color Harmonies of #FD0AAA
Complementary color
Monochromatic Colors of #FD0AAA
Black with #FD0AAA
Text Example
Text Example
White with #FD0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0AAA; }
p { color: rgb(253,10,170); }
H1.HeaderClassName
{
color: #FD0AAA;
}
.AnyTagClassName
{
color: #FD0AAA;
}
</style>
background-color css
<style>
a { background-color: #FD0AAA; }
a { background-color: rgb(253,10,170); }
div.DivClassName
{
background-color: #FD0AAA;
}
.BgClassName
{
background-color: #FD0AAA;
}
</style>
border-color css
<style>
span { border-color: #FD0AAA; }
span { border-color: rgb(253,10,170); }
td.TdClassName
{
border-color: #FD0AAA;
}
.TagClassName
{
border-color: #FD0AAA;
}
</style>