Shades of Tickle Me Pink #FF81A6
Tints of Tickle Me Pink #FF81A6
RGB
CMYK
RGB Variations
Color information
#FF81A6 (or 0xFF81A6) is known color: Tickle Me Pink. HEX triplet: FF, 81 and A6. RGB value is (255,129,166). Sum of RGB (Red+Green+Blue) = 255+129+166=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF81A6 is #007E59. Grayscale: #AAAAAA. Windows color (decimal): -32346 or 10912255. OLE color: 10912255.
HSL color Cylindrical-coordinate representation of color #FF81A6: hue angle of 342.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF81A6 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 166 | - |
| CMYK | 0 | 0.49 | 0.35 | 0 |
| HSL | 342.38º | 1% | 0.75% | - |
| HSV(B) | 342.38º | 0.49% | 1% | - |
| XYZ | 55.97 | 39.71 | 40.79 | - |
| YUV | 170.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 166 | 0 | 0.49 | 0.35 | 0 | 342.38 | 1 | 0.75 |
| Hex | FF | 81 | A6 | 0 | 31 | 23 | 0 | 156 | 64 | 4B |
| Octal | 377 | 201 | 246 | 0 | 61 | 43 | 0 | 526 | 144 | 113 |
| Binary | 11111111 | 10000001 | 10100110 | 0 | 110001 | 100011 | 0 | 101010110 | 1100100 | 1001011 |
Color Harmonies of #FF81A6
Complementary color
Monochromatic Colors of #FF81A6
Black with #FF81A6
Text Example
Text Example
White with #FF81A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81A6; }
p { color: rgb(255,129,166); }
H1.HeaderClassName
{
color: #FF81A6;
}
.AnyTagClassName
{
color: #FF81A6;
}
</style>
background-color css
<style>
a { background-color: #FF81A6; }
a { background-color: rgb(255,129,166); }
div.DivClassName
{
background-color: #FF81A6;
}
.BgClassName
{
background-color: #FF81A6;
}
</style>
border-color css
<style>
span { border-color: #FF81A6; }
span { border-color: rgb(255,129,166); }
td.TdClassName
{
border-color: #FF81A6;
}
.TagClassName
{
border-color: #FF81A6;
}
</style>