Shades of Tickle Me Pink #FE6CA0
Tints of Tickle Me Pink #FE6CA0
RGB
CMYK
RGB Variations
Color information
#FE6CA0 (or 0xFE6CA0) is known color: Tickle Me Pink. HEX triplet: FE, 6C and A0. RGB value is (254,108,160). Sum of RGB (Red+Green+Blue) = 254+108+160=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6CA0 is #01935F. Grayscale: #9D9D9D. Windows color (decimal): -103264 or 10513662. OLE color: 10513662.
HSL color Cylindrical-coordinate representation of color #FE6CA0: hue angle of 338.63º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6CA0 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 160 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.00 |
| HSL | 338.63º | 0.99% | 0.71% | - |
| HSV(B) | 338.63º | 0.57% | 1% | - |
| XYZ | 52.58 | 34.33 | 37.11 | - |
| YUV | 157.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 160 | 0 | 0.57 | 0.37 | 0.00 | 338.63 | 0.99 | 0.71 |
| Hex | FE | 6C | A0 | 0 | 39 | 25 | 0 | 153 | 63 | 47 |
| Octal | 376 | 154 | 240 | 0 | 71 | 45 | 0 | 523 | 143 | 107 |
| Binary | 11111110 | 1101100 | 10100000 | 0 | 111001 | 100101 | 0 | 101010011 | 1100011 | 1000111 |
Color Harmonies of #FE6CA0
Complementary color
Monochromatic Colors of #FE6CA0
Black with #FE6CA0
Text Example
Text Example
White with #FE6CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6CA0; }
p { color: rgb(254,108,160); }
H1.HeaderClassName
{
color: #FE6CA0;
}
.AnyTagClassName
{
color: #FE6CA0;
}
</style>
background-color css
<style>
a { background-color: #FE6CA0; }
a { background-color: rgb(254,108,160); }
div.DivClassName
{
background-color: #FE6CA0;
}
.BgClassName
{
background-color: #FE6CA0;
}
</style>
border-color css
<style>
span { border-color: #FE6CA0; }
span { border-color: rgb(254,108,160); }
td.TdClassName
{
border-color: #FE6CA0;
}
.TagClassName
{
border-color: #FE6CA0;
}
</style>