Shades of Tickle Me Pink #FF81AF
Tints of Tickle Me Pink #FF81AF
RGB
CMYK
RGB Variations
Color information
#FF81AF (or 0xFF81AF) is known color: Tickle Me Pink. HEX triplet: FF, 81 and AF. RGB value is (255,129,175). Sum of RGB (Red+Green+Blue) = 255+129+175=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF81AF is #007E50. Grayscale: #ABABAB. Windows color (decimal): -32337 or 11502079. OLE color: 11502079.
HSL color Cylindrical-coordinate representation of color #FF81AF: hue angle of 338.1º 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 #FF81AF is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 175 | - |
| CMYK | 0 | 0.49 | 0.31 | 0 |
| HSL | 338.1º | 1% | 0.75% | - |
| HSV(B) | 338.1º | 0.49% | 1% | - |
| XYZ | 56.83 | 40.06 | 45.29 | - |
| YUV | 171.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 175 | 0 | 0.49 | 0.31 | 0 | 338.1 | 1 | 0.75 |
| Hex | FF | 81 | AF | 0 | 31 | 1F | 0 | 152 | 64 | 4B |
| Octal | 377 | 201 | 257 | 0 | 61 | 37 | 0 | 522 | 144 | 113 |
| Binary | 11111111 | 10000001 | 10101111 | 0 | 110001 | 11111 | 0 | 101010010 | 1100100 | 1001011 |
Color Harmonies of #FF81AF
Complementary color
Monochromatic Colors of #FF81AF
Black with #FF81AF
Text Example
Text Example
White with #FF81AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81AF; }
p { color: rgb(255,129,175); }
H1.HeaderClassName
{
color: #FF81AF;
}
.AnyTagClassName
{
color: #FF81AF;
}
</style>
background-color css
<style>
a { background-color: #FF81AF; }
a { background-color: rgb(255,129,175); }
div.DivClassName
{
background-color: #FF81AF;
}
.BgClassName
{
background-color: #FF81AF;
}
</style>
border-color css
<style>
span { border-color: #FF81AF; }
span { border-color: rgb(255,129,175); }
td.TdClassName
{
border-color: #FF81AF;
}
.TagClassName
{
border-color: #FF81AF;
}
</style>