Shades of Hot Pink #FD6DAC
Tints of Hot Pink #FD6DAC
RGB
CMYK
RGB Variations
Color information
#FD6DAC (or 0xFD6DAC) is known color: Hot Pink. HEX triplet: FD, 6D and AC. RGB value is (253,109,172). Sum of RGB (Red+Green+Blue) = 253+109+172=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6DAC is #029253. Grayscale: #9F9F9F. Windows color (decimal): -168532 or 11300349. OLE color: 11300349.
HSL color Cylindrical-coordinate representation of color #FD6DAC: hue angle of 333.75º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6DAC is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 172 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.01 |
| HSL | 333.75º | 0.97% | 0.71% | - |
| HSV(B) | 333.75º | 0.57% | 0.99% | - |
| XYZ | 53.42 | 34.8 | 42.93 | - |
| YUV | 159.24 | 135.21 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 172 | 0 | 0.57 | 0.32 | 0.01 | 333.75 | 0.97 | 0.71 |
| Hex | FD | 6D | AC | 0 | 39 | 20 | 1 | 14E | 61 | 47 |
| Octal | 375 | 155 | 254 | 0 | 71 | 40 | 1 | 516 | 141 | 107 |
| Binary | 11111101 | 1101101 | 10101100 | 0 | 111001 | 100000 | 1 | 101001110 | 1100001 | 1000111 |
Color Harmonies of #FD6DAC
Complementary color
Monochromatic Colors of #FD6DAC
Black with #FD6DAC
Text Example
Text Example
White with #FD6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DAC; }
p { color: rgb(253,109,172); }
H1.HeaderClassName
{
color: #FD6DAC;
}
.AnyTagClassName
{
color: #FD6DAC;
}
</style>
background-color css
<style>
a { background-color: #FD6DAC; }
a { background-color: rgb(253,109,172); }
div.DivClassName
{
background-color: #FD6DAC;
}
.BgClassName
{
background-color: #FD6DAC;
}
</style>
border-color css
<style>
span { border-color: #FD6DAC; }
span { border-color: rgb(253,109,172); }
td.TdClassName
{
border-color: #FD6DAC;
}
.TagClassName
{
border-color: #FD6DAC;
}
</style>