Shades of Tickle Me Pink #FF84A0
Tints of Tickle Me Pink #FF84A0
RGB
CMYK
RGB Variations
Color information
#FF84A0 (or 0xFF84A0) is known color: Tickle Me Pink. HEX triplet: FF, 84 and A0. RGB value is (255,132,160). Sum of RGB (Red+Green+Blue) = 255+132+160=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF84A0 is #007B5F. Grayscale: #ABABAB. Windows color (decimal): -31584 or 10519807. OLE color: 10519807.
HSL color Cylindrical-coordinate representation of color #FF84A0: hue angle of 346.34º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF84A0 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 160 | - |
| CMYK | 0 | 0.48 | 0.37 | 0 |
| HSL | 346.34º | 1% | 0.76% | - |
| HSV(B) | 346.34º | 0.48% | 1% | - |
| XYZ | 55.84 | 40.3 | 38.09 | - |
| YUV | 171.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 160 | 0 | 0.48 | 0.37 | 0 | 346.34 | 1 | 0.76 |
| Hex | FF | 84 | A0 | 0 | 30 | 25 | 0 | 15A | 64 | 4C |
| Octal | 377 | 204 | 240 | 0 | 60 | 45 | 0 | 532 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10100000 | 0 | 110000 | 100101 | 0 | 101011010 | 1100100 | 1001100 |
Color Harmonies of #FF84A0
Complementary color
Monochromatic Colors of #FF84A0
Black with #FF84A0
Text Example
Text Example
White with #FF84A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84A0; }
p { color: rgb(255,132,160); }
H1.HeaderClassName
{
color: #FF84A0;
}
.AnyTagClassName
{
color: #FF84A0;
}
</style>
background-color css
<style>
a { background-color: #FF84A0; }
a { background-color: rgb(255,132,160); }
div.DivClassName
{
background-color: #FF84A0;
}
.BgClassName
{
background-color: #FF84A0;
}
</style>
border-color css
<style>
span { border-color: #FF84A0; }
span { border-color: rgb(255,132,160); }
td.TdClassName
{
border-color: #FF84A0;
}
.TagClassName
{
border-color: #FF84A0;
}
</style>