Shades of Hot Pink #FD6AAA
Tints of Hot Pink #FD6AAA
RGB
CMYK
RGB Variations
Color information
#FD6AAA (or 0xFD6AAA) is known color: Hot Pink. HEX triplet: FD, 6A and AA. RGB value is (253,106,170). Sum of RGB (Red+Green+Blue) = 253+106+170=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6AAA is #029555. Grayscale: #9D9D9D. Windows color (decimal): -169302 or 11168509. OLE color: 11168509.
HSL color Cylindrical-coordinate representation of color #FD6AAA: hue angle of 333.88º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6AAA is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 170 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.01 |
| HSL | 333.88º | 0.97% | 0.7% | - |
| HSV(B) | 333.88º | 0.58% | 0.99% | - |
| XYZ | 52.92 | 34.09 | 41.82 | - |
| YUV | 157.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 170 | 0 | 0.58 | 0.33 | 0.01 | 333.88 | 0.97 | 0.7 |
| Hex | FD | 6A | AA | 0 | 3A | 21 | 1 | 14E | 61 | 46 |
| Octal | 375 | 152 | 252 | 0 | 72 | 41 | 1 | 516 | 141 | 106 |
| Binary | 11111101 | 1101010 | 10101010 | 0 | 111010 | 100001 | 1 | 101001110 | 1100001 | 1000110 |
Color Harmonies of #FD6AAA
Complementary color
Monochromatic Colors of #FD6AAA
Black with #FD6AAA
Text Example
Text Example
White with #FD6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6AAA; }
p { color: rgb(253,106,170); }
H1.HeaderClassName
{
color: #FD6AAA;
}
.AnyTagClassName
{
color: #FD6AAA;
}
</style>
background-color css
<style>
a { background-color: #FD6AAA; }
a { background-color: rgb(253,106,170); }
div.DivClassName
{
background-color: #FD6AAA;
}
.BgClassName
{
background-color: #FD6AAA;
}
</style>
border-color css
<style>
span { border-color: #FD6AAA; }
span { border-color: rgb(253,106,170); }
td.TdClassName
{
border-color: #FD6AAA;
}
.TagClassName
{
border-color: #FD6AAA;
}
</style>