Shades of Tickle Me Pink #FF84A5
Tints of Tickle Me Pink #FF84A5
RGB
CMYK
RGB Variations
Color information
#FF84A5 (or 0xFF84A5) is known color: Tickle Me Pink. HEX triplet: FF, 84 and A5. RGB value is (255,132,165). Sum of RGB (Red+Green+Blue) = 255+132+165=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF84A5 is #007B5A. Grayscale: #ACACAC. Windows color (decimal): -31579 or 10847487. OLE color: 10847487.
HSL color Cylindrical-coordinate representation of color #FF84A5: hue angle of 343.9º 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 #FF84A5 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 165 | - |
| CMYK | 0 | 0.48 | 0.35 | 0 |
| HSL | 343.9º | 1% | 0.76% | - |
| HSV(B) | 343.9º | 0.48% | 1% | - |
| XYZ | 56.28 | 40.48 | 40.44 | - |
| YUV | 172.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 165 | 0 | 0.48 | 0.35 | 0 | 343.9 | 1 | 0.76 |
| Hex | FF | 84 | A5 | 0 | 30 | 23 | 0 | 158 | 64 | 4C |
| Octal | 377 | 204 | 245 | 0 | 60 | 43 | 0 | 530 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10100101 | 0 | 110000 | 100011 | 0 | 101011000 | 1100100 | 1001100 |
Color Harmonies of #FF84A5
Complementary color
Monochromatic Colors of #FF84A5
Black with #FF84A5
Text Example
Text Example
White with #FF84A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84A5; }
p { color: rgb(255,132,165); }
H1.HeaderClassName
{
color: #FF84A5;
}
.AnyTagClassName
{
color: #FF84A5;
}
</style>
background-color css
<style>
a { background-color: #FF84A5; }
a { background-color: rgb(255,132,165); }
div.DivClassName
{
background-color: #FF84A5;
}
.BgClassName
{
background-color: #FF84A5;
}
</style>
border-color css
<style>
span { border-color: #FF84A5; }
span { border-color: rgb(255,132,165); }
td.TdClassName
{
border-color: #FF84A5;
}
.TagClassName
{
border-color: #FF84A5;
}
</style>