Shades of Tickle Me Pink #FF8AAF
Tints of Tickle Me Pink #FF8AAF
RGB
CMYK
RGB Variations
Color information
#FF8AAF (or 0xFF8AAF) is known color: Tickle Me Pink. HEX triplet: FF, 8A and AF. RGB value is (255,138,175). Sum of RGB (Red+Green+Blue) = 255+138+175=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8AAF is #007550. Grayscale: #B1B1B1. Windows color (decimal): -30033 or 11504383. OLE color: 11504383.
HSL color Cylindrical-coordinate representation of color #FF8AAF: hue angle of 341.03º 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 #FF8AAF is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 175 | - |
| CMYK | 0 | 0.46 | 0.31 | 0 |
| HSL | 341.03º | 1% | 0.77% | - |
| HSV(B) | 341.03º | 0.46% | 1% | - |
| XYZ | 58.07 | 42.53 | 45.71 | - |
| YUV | 177.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 175 | 0 | 0.46 | 0.31 | 0 | 341.03 | 1 | 0.77 |
| Hex | FF | 8A | AF | 0 | 2E | 1F | 0 | 155 | 64 | 4D |
| Octal | 377 | 212 | 257 | 0 | 56 | 37 | 0 | 525 | 144 | 115 |
| Binary | 11111111 | 10001010 | 10101111 | 0 | 101110 | 11111 | 0 | 101010101 | 1100100 | 1001101 |
Color Harmonies of #FF8AAF
Complementary color
Monochromatic Colors of #FF8AAF
Black with #FF8AAF
Text Example
Text Example
White with #FF8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AAF; }
p { color: rgb(255,138,175); }
H1.HeaderClassName
{
color: #FF8AAF;
}
.AnyTagClassName
{
color: #FF8AAF;
}
</style>
background-color css
<style>
a { background-color: #FF8AAF; }
a { background-color: rgb(255,138,175); }
div.DivClassName
{
background-color: #FF8AAF;
}
.BgClassName
{
background-color: #FF8AAF;
}
</style>
border-color css
<style>
span { border-color: #FF8AAF; }
span { border-color: rgb(255,138,175); }
td.TdClassName
{
border-color: #FF8AAF;
}
.TagClassName
{
border-color: #FF8AAF;
}
</style>