Shades of Tickle Me Pink #FF83A0
Tints of Tickle Me Pink #FF83A0
RGB
CMYK
RGB Variations
Color information
#FF83A0 (or 0xFF83A0) is known color: Tickle Me Pink. HEX triplet: FF, 83 and A0. RGB value is (255,131,160). Sum of RGB (Red+Green+Blue) = 255+131+160=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF83A0 is #007C5F. Grayscale: #ABABAB. Windows color (decimal): -31840 or 10519551. OLE color: 10519551.
HSL color Cylindrical-coordinate representation of color #FF83A0: hue angle of 345.97º 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 #FF83A0 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 160 | - |
| CMYK | 0 | 0.49 | 0.37 | 0 |
| HSL | 345.97º | 1% | 0.76% | - |
| HSV(B) | 345.97º | 0.49% | 1% | - |
| XYZ | 55.7 | 40.03 | 38.05 | - |
| YUV | 171.38 | 121.58 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 160 | 0 | 0.49 | 0.37 | 0 | 345.97 | 1 | 0.76 |
| Hex | FF | 83 | A0 | 0 | 31 | 25 | 0 | 15A | 64 | 4C |
| Octal | 377 | 203 | 240 | 0 | 61 | 45 | 0 | 532 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10100000 | 0 | 110001 | 100101 | 0 | 101011010 | 1100100 | 1001100 |
Color Harmonies of #FF83A0
Complementary color
Monochromatic Colors of #FF83A0
Black with #FF83A0
Text Example
Text Example
White with #FF83A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83A0; }
p { color: rgb(255,131,160); }
H1.HeaderClassName
{
color: #FF83A0;
}
.AnyTagClassName
{
color: #FF83A0;
}
</style>
background-color css
<style>
a { background-color: #FF83A0; }
a { background-color: rgb(255,131,160); }
div.DivClassName
{
background-color: #FF83A0;
}
.BgClassName
{
background-color: #FF83A0;
}
</style>
border-color css
<style>
span { border-color: #FF83A0; }
span { border-color: rgb(255,131,160); }
td.TdClassName
{
border-color: #FF83A0;
}
.TagClassName
{
border-color: #FF83A0;
}
</style>