Shades of Tickle Me Pink #FF83AA
Tints of Tickle Me Pink #FF83AA
RGB
CMYK
RGB Variations
Color information
#FF83AA (or 0xFF83AA) is known color: Tickle Me Pink. HEX triplet: FF, 83 and AA. RGB value is (255,131,170). Sum of RGB (Red+Green+Blue) = 255+131+170=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF83AA is #007C55. Grayscale: #ACACAC. Windows color (decimal): -31830 or 11174911. OLE color: 11174911.
HSL color Cylindrical-coordinate representation of color #FF83AA: hue angle of 341.13º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83AA is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 170 | - |
| CMYK | 0 | 0.49 | 0.33 | 0 |
| HSL | 341.13º | 1% | 0.76% | - |
| HSV(B) | 341.13º | 0.49% | 1% | - |
| XYZ | 56.61 | 40.39 | 42.84 | - |
| YUV | 172.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 170 | 0 | 0.49 | 0.33 | 0 | 341.13 | 1 | 0.76 |
| Hex | FF | 83 | AA | 0 | 31 | 21 | 0 | 155 | 64 | 4C |
| Octal | 377 | 203 | 252 | 0 | 61 | 41 | 0 | 525 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10101010 | 0 | 110001 | 100001 | 0 | 101010101 | 1100100 | 1001100 |
Color Harmonies of #FF83AA
Complementary color
Monochromatic Colors of #FF83AA
Black with #FF83AA
Text Example
Text Example
White with #FF83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83AA; }
p { color: rgb(255,131,170); }
H1.HeaderClassName
{
color: #FF83AA;
}
.AnyTagClassName
{
color: #FF83AA;
}
</style>
background-color css
<style>
a { background-color: #FF83AA; }
a { background-color: rgb(255,131,170); }
div.DivClassName
{
background-color: #FF83AA;
}
.BgClassName
{
background-color: #FF83AA;
}
</style>
border-color css
<style>
span { border-color: #FF83AA; }
span { border-color: rgb(255,131,170); }
td.TdClassName
{
border-color: #FF83AA;
}
.TagClassName
{
border-color: #FF83AA;
}
</style>