Shades of Tickle Me Pink #FF81A1
Tints of Tickle Me Pink #FF81A1
RGB
CMYK
RGB Variations
Color information
#FF81A1 (or 0xFF81A1) is known color: Tickle Me Pink. HEX triplet: FF, 81 and A1. RGB value is (255,129,161). Sum of RGB (Red+Green+Blue) = 255+129+161=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF81A1 is #007E5E. Grayscale: #AAAAAA. Windows color (decimal): -32351 or 10584575. OLE color: 10584575.
HSL color Cylindrical-coordinate representation of color #FF81A1: hue angle of 344.76º 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 #FF81A1 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 161 | - |
| CMYK | 0 | 0.49 | 0.37 | 0 |
| HSL | 344.76º | 1% | 0.75% | - |
| HSV(B) | 344.76º | 0.49% | 1% | - |
| XYZ | 55.52 | 39.53 | 38.42 | - |
| YUV | 170.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 161 | 0 | 0.49 | 0.37 | 0 | 344.76 | 1 | 0.75 |
| Hex | FF | 81 | A1 | 0 | 31 | 25 | 0 | 159 | 64 | 4B |
| Octal | 377 | 201 | 241 | 0 | 61 | 45 | 0 | 531 | 144 | 113 |
| Binary | 11111111 | 10000001 | 10100001 | 0 | 110001 | 100101 | 0 | 101011001 | 1100100 | 1001011 |
Color Harmonies of #FF81A1
Complementary color
Monochromatic Colors of #FF81A1
Black with #FF81A1
Text Example
Text Example
White with #FF81A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81A1; }
p { color: rgb(255,129,161); }
H1.HeaderClassName
{
color: #FF81A1;
}
.AnyTagClassName
{
color: #FF81A1;
}
</style>
background-color css
<style>
a { background-color: #FF81A1; }
a { background-color: rgb(255,129,161); }
div.DivClassName
{
background-color: #FF81A1;
}
.BgClassName
{
background-color: #FF81A1;
}
</style>
border-color css
<style>
span { border-color: #FF81A1; }
span { border-color: rgb(255,129,161); }
td.TdClassName
{
border-color: #FF81A1;
}
.TagClassName
{
border-color: #FF81A1;
}
</style>