Shades of Tickle Me Pink #FF83A8
Tints of Tickle Me Pink #FF83A8
RGB
CMYK
RGB Variations
Color information
#FF83A8 (or 0xFF83A8) is known color: Tickle Me Pink. HEX triplet: FF, 83 and A8. RGB value is (255,131,168). Sum of RGB (Red+Green+Blue) = 255+131+168=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF83A8 is #007C57. Grayscale: #ACACAC. Windows color (decimal): -31832 or 11043839. OLE color: 11043839.
HSL color Cylindrical-coordinate representation of color #FF83A8: hue angle of 342.1º 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 #FF83A8 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 168 | - |
| CMYK | 0 | 0.49 | 0.34 | 0 |
| HSL | 342.1º | 1% | 0.76% | - |
| HSV(B) | 342.1º | 0.49% | 1% | - |
| XYZ | 56.42 | 40.32 | 41.85 | - |
| YUV | 172.29 | 125.58 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 168 | 0 | 0.49 | 0.34 | 0 | 342.1 | 1 | 0.76 |
| Hex | FF | 83 | A8 | 0 | 31 | 22 | 0 | 156 | 64 | 4C |
| Octal | 377 | 203 | 250 | 0 | 61 | 42 | 0 | 526 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10101000 | 0 | 110001 | 100010 | 0 | 101010110 | 1100100 | 1001100 |
Color Harmonies of #FF83A8
Complementary color
Monochromatic Colors of #FF83A8
Black with #FF83A8
Text Example
Text Example
White with #FF83A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83A8; }
p { color: rgb(255,131,168); }
H1.HeaderClassName
{
color: #FF83A8;
}
.AnyTagClassName
{
color: #FF83A8;
}
</style>
background-color css
<style>
a { background-color: #FF83A8; }
a { background-color: rgb(255,131,168); }
div.DivClassName
{
background-color: #FF83A8;
}
.BgClassName
{
background-color: #FF83A8;
}
</style>
border-color css
<style>
span { border-color: #FF83A8; }
span { border-color: rgb(255,131,168); }
td.TdClassName
{
border-color: #FF83A8;
}
.TagClassName
{
border-color: #FF83A8;
}
</style>