Shades of Tickle Me Pink #FE70A4
Tints of Tickle Me Pink #FE70A4
RGB
CMYK
RGB Variations
Color information
#FE70A4 (or 0xFE70A4) is known color: Tickle Me Pink. HEX triplet: FE, 70 and A4. RGB value is (254,112,164). Sum of RGB (Red+Green+Blue) = 254+112+164=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE70A4 is #018F5B. Grayscale: #A0A0A0. Windows color (decimal): -102236 or 10776830. OLE color: 10776830.
HSL color Cylindrical-coordinate representation of color #FE70A4: hue angle of 338.03º 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 #FE70A4 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 164 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.00 |
| HSL | 338.03º | 0.99% | 0.72% | - |
| HSV(B) | 338.03º | 0.56% | 1% | - |
| XYZ | 53.37 | 35.34 | 39.13 | - |
| YUV | 160.39 | 130.04 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 164 | 0 | 0.56 | 0.35 | 0.00 | 338.03 | 0.99 | 0.72 |
| Hex | FE | 70 | A4 | 0 | 38 | 23 | 0 | 152 | 63 | 48 |
| Octal | 376 | 160 | 244 | 0 | 70 | 43 | 0 | 522 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10100100 | 0 | 111000 | 100011 | 0 | 101010010 | 1100011 | 1001000 |
Color Harmonies of #FE70A4
Complementary color
Monochromatic Colors of #FE70A4
Black with #FE70A4
Text Example
Text Example
White with #FE70A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70A4; }
p { color: rgb(254,112,164); }
H1.HeaderClassName
{
color: #FE70A4;
}
.AnyTagClassName
{
color: #FE70A4;
}
</style>
background-color css
<style>
a { background-color: #FE70A4; }
a { background-color: rgb(254,112,164); }
div.DivClassName
{
background-color: #FE70A4;
}
.BgClassName
{
background-color: #FE70A4;
}
</style>
border-color css
<style>
span { border-color: #FE70A4; }
span { border-color: rgb(254,112,164); }
td.TdClassName
{
border-color: #FE70A4;
}
.TagClassName
{
border-color: #FE70A4;
}
</style>