Shades of Tickle Me Pink #FE70A1
Tints of Tickle Me Pink #FE70A1
RGB
CMYK
RGB Variations
Color information
#FE70A1 (or 0xFE70A1) is known color: Tickle Me Pink. HEX triplet: FE, 70 and A1. RGB value is (254,112,161). Sum of RGB (Red+Green+Blue) = 254+112+161=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE70A1 is #018F5E. Grayscale: #9F9F9F. Windows color (decimal): -102239 or 10580222. OLE color: 10580222.
HSL color Cylindrical-coordinate representation of color #FE70A1: hue angle of 339.3º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE70A1 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 161 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.00 |
| HSL | 339.3º | 0.99% | 0.72% | - |
| HSV(B) | 339.3º | 0.56% | 1% | - |
| XYZ | 53.1 | 35.23 | 37.72 | - |
| YUV | 160.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 161 | 0 | 0.56 | 0.37 | 0.00 | 339.3 | 0.99 | 0.72 |
| Hex | FE | 70 | A1 | 0 | 38 | 25 | 0 | 153 | 63 | 48 |
| Octal | 376 | 160 | 241 | 0 | 70 | 45 | 0 | 523 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10100001 | 0 | 111000 | 100101 | 0 | 101010011 | 1100011 | 1001000 |
Color Harmonies of #FE70A1
Complementary color
Monochromatic Colors of #FE70A1
Black with #FE70A1
Text Example
Text Example
White with #FE70A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70A1; }
p { color: rgb(254,112,161); }
H1.HeaderClassName
{
color: #FE70A1;
}
.AnyTagClassName
{
color: #FE70A1;
}
</style>
background-color css
<style>
a { background-color: #FE70A1; }
a { background-color: rgb(254,112,161); }
div.DivClassName
{
background-color: #FE70A1;
}
.BgClassName
{
background-color: #FE70A1;
}
</style>
border-color css
<style>
span { border-color: #FE70A1; }
span { border-color: rgb(254,112,161); }
td.TdClassName
{
border-color: #FE70A1;
}
.TagClassName
{
border-color: #FE70A1;
}
</style>