Shades of Tickle Me Pink #FF849A
Tints of Tickle Me Pink #FF849A
RGB
CMYK
RGB Variations
Color information
#FF849A (or 0xFF849A) is known color: Tickle Me Pink. HEX triplet: FF, 84 and 9A. RGB value is (255,132,154). Sum of RGB (Red+Green+Blue) = 255+132+154=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF849A is #007B65. Grayscale: #ABABAB. Windows color (decimal): -31590 or 10126591. OLE color: 10126591.
HSL color Cylindrical-coordinate representation of color #FF849A: hue angle of 349.27º 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 #FF849A is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 154 | - |
| CMYK | 0 | 0.48 | 0.40 | 0 |
| HSL | 349.27º | 1% | 0.76% | - |
| HSV(B) | 349.27º | 0.48% | 1% | - |
| XYZ | 55.32 | 40.1 | 35.4 | - |
| YUV | 171.29 | 118.25 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 154 | 0 | 0.48 | 0.40 | 0 | 349.27 | 1 | 0.76 |
| Hex | FF | 84 | 9A | 0 | 30 | 28 | 0 | 15D | 64 | 4C |
| Octal | 377 | 204 | 232 | 0 | 60 | 50 | 0 | 535 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10011010 | 0 | 110000 | 101000 | 0 | 101011101 | 1100100 | 1001100 |
Color Harmonies of #FF849A
Complementary color
Monochromatic Colors of #FF849A
Black with #FF849A
Text Example
Text Example
White with #FF849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF849A; }
p { color: rgb(255,132,154); }
H1.HeaderClassName
{
color: #FF849A;
}
.AnyTagClassName
{
color: #FF849A;
}
</style>
background-color css
<style>
a { background-color: #FF849A; }
a { background-color: rgb(255,132,154); }
div.DivClassName
{
background-color: #FF849A;
}
.BgClassName
{
background-color: #FF849A;
}
</style>
border-color css
<style>
span { border-color: #FF849A; }
span { border-color: rgb(255,132,154); }
td.TdClassName
{
border-color: #FF849A;
}
.TagClassName
{
border-color: #FF849A;
}
</style>