Shades of Hot Pink #FF66AA
Tints of Hot Pink #FF66AA
RGB
CMYK
RGB Variations
Color information
#FF66AA (or 0xFF66AA) is known color: Hot Pink. HEX triplet: FF, 66 and AA. RGB value is (255,102,170). Sum of RGB (Red+Green+Blue) = 255+102+170=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66AA is #009955. Grayscale: #9B9B9B. Windows color (decimal): -39254 or 11167487. OLE color: 11167487.
HSL color Cylindrical-coordinate representation of color #FF66AA: hue angle of 333.33º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66AA is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 170 | - |
| CMYK | 0 | 0.6 | 0.33 | 0 |
| HSL | 333.33º | 1% | 0.7% | - |
| HSV(B) | 333.33º | 0.6% | 1% | - |
| XYZ | 53.25 | 33.67 | 41.72 | - |
| YUV | 155.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 170 | 0 | 0.6 | 0.33 | 0 | 333.33 | 1 | 0.7 |
| Hex | FF | 66 | AA | 0 | 3C | 21 | 0 | 14D | 64 | 46 |
| Octal | 377 | 146 | 252 | 0 | 74 | 41 | 0 | 515 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10101010 | 0 | 111100 | 100001 | 0 | 101001101 | 1100100 | 1000110 |
Color Harmonies of #FF66AA
Complementary color
Monochromatic Colors of #FF66AA
Black with #FF66AA
Text Example
Text Example
White with #FF66AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66AA; }
p { color: rgb(255,102,170); }
H1.HeaderClassName
{
color: #FF66AA;
}
.AnyTagClassName
{
color: #FF66AA;
}
</style>
background-color css
<style>
a { background-color: #FF66AA; }
a { background-color: rgb(255,102,170); }
div.DivClassName
{
background-color: #FF66AA;
}
.BgClassName
{
background-color: #FF66AA;
}
</style>
border-color css
<style>
span { border-color: #FF66AA; }
span { border-color: rgb(255,102,170); }
td.TdClassName
{
border-color: #FF66AA;
}
.TagClassName
{
border-color: #FF66AA;
}
</style>