Shades of Hot Pink #FF6AAA
Tints of Hot Pink #FF6AAA
RGB
CMYK
RGB Variations
Color information
#FF6AAA (or 0xFF6AAA) is known color: Hot Pink. HEX triplet: FF, 6A and AA. RGB value is (255,106,170). Sum of RGB (Red+Green+Blue) = 255+106+170=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6AAA is #009555. Grayscale: #9D9D9D. Windows color (decimal): -38230 or 11168511. OLE color: 11168511.
HSL color Cylindrical-coordinate representation of color #FF6AAA: hue angle of 334.23º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6AAA is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 106 | 170 | - |
| CMYK | 0 | 0.58 | 0.33 | 0 |
| HSL | 334.23º | 1% | 0.71% | - |
| HSV(B) | 334.23º | 0.58% | 1% | - |
| XYZ | 53.65 | 34.47 | 41.86 | - |
| YUV | 157.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 106 | 170 | 0 | 0.58 | 0.33 | 0 | 334.23 | 1 | 0.71 |
| Hex | FF | 6A | AA | 0 | 3A | 21 | 0 | 14E | 64 | 47 |
| Octal | 377 | 152 | 252 | 0 | 72 | 41 | 0 | 516 | 144 | 107 |
| Binary | 11111111 | 1101010 | 10101010 | 0 | 111010 | 100001 | 0 | 101001110 | 1100100 | 1000111 |
Color Harmonies of #FF6AAA
Complementary color
Monochromatic Colors of #FF6AAA
Black with #FF6AAA
Text Example
Text Example
White with #FF6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6AAA; }
p { color: rgb(255,106,170); }
H1.HeaderClassName
{
color: #FF6AAA;
}
.AnyTagClassName
{
color: #FF6AAA;
}
</style>
background-color css
<style>
a { background-color: #FF6AAA; }
a { background-color: rgb(255,106,170); }
div.DivClassName
{
background-color: #FF6AAA;
}
.BgClassName
{
background-color: #FF6AAA;
}
</style>
border-color css
<style>
span { border-color: #FF6AAA; }
span { border-color: rgb(255,106,170); }
td.TdClassName
{
border-color: #FF6AAA;
}
.TagClassName
{
border-color: #FF6AAA;
}
</style>