Shades of Hot Pink #FF6DAA
Tints of Hot Pink #FF6DAA
RGB
CMYK
RGB Variations
Color information
#FF6DAA (or 0xFF6DAA) is known color: Hot Pink. HEX triplet: FF, 6D and AA. RGB value is (255,109,170). Sum of RGB (Red+Green+Blue) = 255+109+170=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6DAA is #009255. Grayscale: #9F9F9F. Windows color (decimal): -37462 or 11169279. OLE color: 11169279.
HSL color Cylindrical-coordinate representation of color #FF6DAA: hue angle of 334.93º 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 #FF6DAA is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 170 | - |
| CMYK | 0 | 0.57 | 0.33 | 0 |
| HSL | 334.93º | 1% | 0.71% | - |
| HSV(B) | 334.93º | 0.57% | 1% | - |
| XYZ | 53.96 | 35.1 | 41.96 | - |
| YUV | 159.61 | 133.87 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 170 | 0 | 0.57 | 0.33 | 0 | 334.93 | 1 | 0.71 |
| Hex | FF | 6D | AA | 0 | 39 | 21 | 0 | 14F | 64 | 47 |
| Octal | 377 | 155 | 252 | 0 | 71 | 41 | 0 | 517 | 144 | 107 |
| Binary | 11111111 | 1101101 | 10101010 | 0 | 111001 | 100001 | 0 | 101001111 | 1100100 | 1000111 |
Color Harmonies of #FF6DAA
Complementary color
Monochromatic Colors of #FF6DAA
Black with #FF6DAA
Text Example
Text Example
White with #FF6DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DAA; }
p { color: rgb(255,109,170); }
H1.HeaderClassName
{
color: #FF6DAA;
}
.AnyTagClassName
{
color: #FF6DAA;
}
</style>
background-color css
<style>
a { background-color: #FF6DAA; }
a { background-color: rgb(255,109,170); }
div.DivClassName
{
background-color: #FF6DAA;
}
.BgClassName
{
background-color: #FF6DAA;
}
</style>
border-color css
<style>
span { border-color: #FF6DAA; }
span { border-color: rgb(255,109,170); }
td.TdClassName
{
border-color: #FF6DAA;
}
.TagClassName
{
border-color: #FF6DAA;
}
</style>