Shades of Hot Pink #FD6AAB
Tints of Hot Pink #FD6AAB
RGB
CMYK
RGB Variations
Color information
#FD6AAB (or 0xFD6AAB) is known color: Hot Pink. HEX triplet: FD, 6A and AB. RGB value is (253,106,171). Sum of RGB (Red+Green+Blue) = 253+106+171=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6AAB is #029554. Grayscale: #9D9D9D. Windows color (decimal): -169301 or 11234045. OLE color: 11234045.
HSL color Cylindrical-coordinate representation of color #FD6AAB: hue angle of 333.47º 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 #FD6AAB is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 171 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.01 |
| HSL | 333.47º | 0.97% | 0.7% | - |
| HSV(B) | 333.47º | 0.58% | 0.99% | - |
| XYZ | 53.01 | 34.13 | 42.32 | - |
| YUV | 157.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 171 | 0 | 0.58 | 0.32 | 0.01 | 333.47 | 0.97 | 0.7 |
| Hex | FD | 6A | AB | 0 | 3A | 20 | 1 | 14D | 61 | 46 |
| Octal | 375 | 152 | 253 | 0 | 72 | 40 | 1 | 515 | 141 | 106 |
| Binary | 11111101 | 1101010 | 10101011 | 0 | 111010 | 100000 | 1 | 101001101 | 1100001 | 1000110 |
Color Harmonies of #FD6AAB
Complementary color
Monochromatic Colors of #FD6AAB
Black with #FD6AAB
Text Example
Text Example
White with #FD6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6AAB; }
p { color: rgb(253,106,171); }
H1.HeaderClassName
{
color: #FD6AAB;
}
.AnyTagClassName
{
color: #FD6AAB;
}
</style>
background-color css
<style>
a { background-color: #FD6AAB; }
a { background-color: rgb(253,106,171); }
div.DivClassName
{
background-color: #FD6AAB;
}
.BgClassName
{
background-color: #FD6AAB;
}
</style>
border-color css
<style>
span { border-color: #FD6AAB; }
span { border-color: rgb(253,106,171); }
td.TdClassName
{
border-color: #FD6AAB;
}
.TagClassName
{
border-color: #FD6AAB;
}
</style>