Shades of Hot Pink #FD6AAC
Tints of Hot Pink #FD6AAC
RGB
CMYK
RGB Variations
Color information
#FD6AAC (or 0xFD6AAC) is known color: Hot Pink. HEX triplet: FD, 6A and AC. RGB value is (253,106,172). Sum of RGB (Red+Green+Blue) = 253+106+172=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6AAC is #029553. Grayscale: #9D9D9D. Windows color (decimal): -169300 or 11299581. OLE color: 11299581.
HSL color Cylindrical-coordinate representation of color #FD6AAC: hue angle of 333.06º 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 #FD6AAC is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 172 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.01 |
| HSL | 333.06º | 0.97% | 0.7% | - |
| HSV(B) | 333.06º | 0.58% | 0.99% | - |
| XYZ | 53.11 | 34.17 | 42.83 | - |
| YUV | 157.48 | 136.2 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 172 | 0 | 0.58 | 0.32 | 0.01 | 333.06 | 0.97 | 0.7 |
| Hex | FD | 6A | AC | 0 | 3A | 20 | 1 | 14D | 61 | 46 |
| Octal | 375 | 152 | 254 | 0 | 72 | 40 | 1 | 515 | 141 | 106 |
| Binary | 11111101 | 1101010 | 10101100 | 0 | 111010 | 100000 | 1 | 101001101 | 1100001 | 1000110 |
Color Harmonies of #FD6AAC
Complementary color
Monochromatic Colors of #FD6AAC
Black with #FD6AAC
Text Example
Text Example
White with #FD6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6AAC; }
p { color: rgb(253,106,172); }
H1.HeaderClassName
{
color: #FD6AAC;
}
.AnyTagClassName
{
color: #FD6AAC;
}
</style>
background-color css
<style>
a { background-color: #FD6AAC; }
a { background-color: rgb(253,106,172); }
div.DivClassName
{
background-color: #FD6AAC;
}
.BgClassName
{
background-color: #FD6AAC;
}
</style>
border-color css
<style>
span { border-color: #FD6AAC; }
span { border-color: rgb(253,106,172); }
td.TdClassName
{
border-color: #FD6AAC;
}
.TagClassName
{
border-color: #FD6AAC;
}
</style>