Shades of Tickle Me Pink #FF70A1
Tints of Tickle Me Pink #FF70A1
RGB
CMYK
RGB Variations
Color information
#FF70A1 (or 0xFF70A1) is known color: Tickle Me Pink. HEX triplet: FF, 70 and A1. RGB value is (255,112,161). Sum of RGB (Red+Green+Blue) = 255+112+161=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF70A1 is #008F5E. Grayscale: #A0A0A0. Windows color (decimal): -36703 or 10580223. OLE color: 10580223.
HSL color Cylindrical-coordinate representation of color #FF70A1: hue angle of 339.44º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70A1 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 161 | - |
| CMYK | 0 | 0.56 | 0.37 | 0 |
| HSL | 339.44º | 1% | 0.72% | - |
| HSV(B) | 339.44º | 0.56% | 1% | - |
| XYZ | 53.47 | 35.42 | 37.74 | - |
| YUV | 160.34 | 128.38 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 161 | 0 | 0.56 | 0.37 | 0 | 339.44 | 1 | 0.72 |
| Hex | FF | 70 | A1 | 0 | 38 | 25 | 0 | 153 | 64 | 48 |
| Octal | 377 | 160 | 241 | 0 | 70 | 45 | 0 | 523 | 144 | 110 |
| Binary | 11111111 | 1110000 | 10100001 | 0 | 111000 | 100101 | 0 | 101010011 | 1100100 | 1001000 |
Color Harmonies of #FF70A1
Complementary color
Monochromatic Colors of #FF70A1
Black with #FF70A1
Text Example
Text Example
White with #FF70A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70A1; }
p { color: rgb(255,112,161); }
H1.HeaderClassName
{
color: #FF70A1;
}
.AnyTagClassName
{
color: #FF70A1;
}
</style>
background-color css
<style>
a { background-color: #FF70A1; }
a { background-color: rgb(255,112,161); }
div.DivClassName
{
background-color: #FF70A1;
}
.BgClassName
{
background-color: #FF70A1;
}
</style>
border-color css
<style>
span { border-color: #FF70A1; }
span { border-color: rgb(255,112,161); }
td.TdClassName
{
border-color: #FF70A1;
}
.TagClassName
{
border-color: #FF70A1;
}
</style>