Shades of Hot Pink #FF6DAB
Tints of Hot Pink #FF6DAB
RGB
CMYK
RGB Variations
Color information
#FF6DAB (or 0xFF6DAB) is known color: Hot Pink. HEX triplet: FF, 6D and AB. RGB value is (255,109,171). Sum of RGB (Red+Green+Blue) = 255+109+171=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6DAB is #009254. Grayscale: #9F9F9F. Windows color (decimal): -37461 or 11234815. OLE color: 11234815.
HSL color Cylindrical-coordinate representation of color #FF6DAB: hue angle of 334.52º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6DAB is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 171 | - |
| CMYK | 0 | 0.57 | 0.33 | 0 |
| HSL | 334.52º | 1% | 0.71% | - |
| HSV(B) | 334.52º | 0.57% | 1% | - |
| XYZ | 54.06 | 35.14 | 42.46 | - |
| YUV | 159.72 | 134.37 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 171 | 0 | 0.57 | 0.33 | 0 | 334.52 | 1 | 0.71 |
| Hex | FF | 6D | AB | 0 | 39 | 21 | 0 | 14F | 64 | 47 |
| Octal | 377 | 155 | 253 | 0 | 71 | 41 | 0 | 517 | 144 | 107 |
| Binary | 11111111 | 1101101 | 10101011 | 0 | 111001 | 100001 | 0 | 101001111 | 1100100 | 1000111 |
Color Harmonies of #FF6DAB
Complementary color
Monochromatic Colors of #FF6DAB
Black with #FF6DAB
Text Example
Text Example
White with #FF6DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DAB; }
p { color: rgb(255,109,171); }
H1.HeaderClassName
{
color: #FF6DAB;
}
.AnyTagClassName
{
color: #FF6DAB;
}
</style>
background-color css
<style>
a { background-color: #FF6DAB; }
a { background-color: rgb(255,109,171); }
div.DivClassName
{
background-color: #FF6DAB;
}
.BgClassName
{
background-color: #FF6DAB;
}
</style>
border-color css
<style>
span { border-color: #FF6DAB; }
span { border-color: rgb(255,109,171); }
td.TdClassName
{
border-color: #FF6DAB;
}
.TagClassName
{
border-color: #FF6DAB;
}
</style>