Shades of Tickle Me Pink #FF8AAA
Tints of Tickle Me Pink #FF8AAA
RGB
CMYK
RGB Variations
Color information
#FF8AAA (or 0xFF8AAA) is known color: Tickle Me Pink. HEX triplet: FF, 8A and AA. RGB value is (255,138,170). Sum of RGB (Red+Green+Blue) = 255+138+170=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8AAA is #007555. Grayscale: #B0B0B0. Windows color (decimal): -30038 or 11176703. OLE color: 11176703.
HSL color Cylindrical-coordinate representation of color #FF8AAA: hue angle of 343.59º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8AAA is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 170 | - |
| CMYK | 0 | 0.46 | 0.33 | 0 |
| HSL | 343.59º | 1% | 0.77% | - |
| HSV(B) | 343.59º | 0.46% | 1% | - |
| XYZ | 57.58 | 42.34 | 43.17 | - |
| YUV | 176.63 | 124.26 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 170 | 0 | 0.46 | 0.33 | 0 | 343.59 | 1 | 0.77 |
| Hex | FF | 8A | AA | 0 | 2E | 21 | 0 | 158 | 64 | 4D |
| Octal | 377 | 212 | 252 | 0 | 56 | 41 | 0 | 530 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10101010 | 0 | 101110 | 100001 | 0 | 101011000 | 1100100 | 1001101 |
Color Harmonies of #FF8AAA
Complementary color
Monochromatic Colors of #FF8AAA
Black with #FF8AAA
Text Example
Text Example
White with #FF8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AAA; }
p { color: rgb(255,138,170); }
H1.HeaderClassName
{
color: #FF8AAA;
}
.AnyTagClassName
{
color: #FF8AAA;
}
</style>
background-color css
<style>
a { background-color: #FF8AAA; }
a { background-color: rgb(255,138,170); }
div.DivClassName
{
background-color: #FF8AAA;
}
.BgClassName
{
background-color: #FF8AAA;
}
</style>
border-color css
<style>
span { border-color: #FF8AAA; }
span { border-color: rgb(255,138,170); }
td.TdClassName
{
border-color: #FF8AAA;
}
.TagClassName
{
border-color: #FF8AAA;
}
</style>