Shades of Hot Pink #F66AAA
Tints of Hot Pink #F66AAA
RGB
CMYK
RGB Variations
Color information
#F66AAA (or 0xF66AAA) is known color: Hot Pink. HEX triplet: F6, 6A and AA. RGB value is (246,106,170). Sum of RGB (Red+Green+Blue) = 246+106+170=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F66AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66AAA is #099555. Grayscale: #9B9B9B. Windows color (decimal): -628054 or 11168502. OLE color: 11168502.
HSL color Cylindrical-coordinate representation of color #F66AAA: hue angle of 332.57º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66AAA is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 170 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.04 |
| HSL | 332.57º | 0.89% | 0.69% | - |
| HSV(B) | 332.57º | 0.57% | 0.96% | - |
| XYZ | 50.42 | 32.8 | 41.7 | - |
| YUV | 155.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 170 | 0 | 0.57 | 0.31 | 0.04 | 332.57 | 0.89 | 0.69 |
| Hex | F6 | 6A | AA | 0 | 39 | 1F | 4 | 14D | 59 | 45 |
| Octal | 366 | 152 | 252 | 0 | 71 | 37 | 4 | 515 | 131 | 105 |
| Binary | 11110110 | 1101010 | 10101010 | 0 | 111001 | 11111 | 100 | 101001101 | 1011001 | 1000101 |
Color Harmonies of #F66AAA
Complementary color
Monochromatic Colors of #F66AAA
Black with #F66AAA
Text Example
Text Example
White with #F66AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66AAA; }
p { color: rgb(246,106,170); }
H1.HeaderClassName
{
color: #F66AAA;
}
.AnyTagClassName
{
color: #F66AAA;
}
</style>
background-color css
<style>
a { background-color: #F66AAA; }
a { background-color: rgb(246,106,170); }
div.DivClassName
{
background-color: #F66AAA;
}
.BgClassName
{
background-color: #F66AAA;
}
</style>
border-color css
<style>
span { border-color: #F66AAA; }
span { border-color: rgb(246,106,170); }
td.TdClassName
{
border-color: #F66AAA;
}
.TagClassName
{
border-color: #F66AAA;
}
</style>