Shades of Tickle Me Pink #FE6FA0
Tints of Tickle Me Pink #FE6FA0
RGB
CMYK
RGB Variations
Color information
#FE6FA0 (or 0xFE6FA0) is known color: Tickle Me Pink. HEX triplet: FE, 6F and A0. RGB value is (254,111,160). Sum of RGB (Red+Green+Blue) = 254+111+160=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6FA0 is #01905F. Grayscale: #9F9F9F. Windows color (decimal): -102496 or 10514430. OLE color: 10514430.
HSL color Cylindrical-coordinate representation of color #FE6FA0: hue angle of 339.44º 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 #FE6FA0 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 160 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.00 |
| HSL | 339.44º | 0.99% | 0.72% | - |
| HSV(B) | 339.44º | 0.56% | 1% | - |
| XYZ | 52.9 | 34.98 | 37.22 | - |
| YUV | 159.34 | 128.38 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 160 | 0 | 0.56 | 0.37 | 0.00 | 339.44 | 0.99 | 0.72 |
| Hex | FE | 6F | A0 | 0 | 38 | 25 | 0 | 153 | 63 | 48 |
| Octal | 376 | 157 | 240 | 0 | 70 | 45 | 0 | 523 | 143 | 110 |
| Binary | 11111110 | 1101111 | 10100000 | 0 | 111000 | 100101 | 0 | 101010011 | 1100011 | 1001000 |
Color Harmonies of #FE6FA0
Complementary color
Monochromatic Colors of #FE6FA0
Black with #FE6FA0
Text Example
Text Example
White with #FE6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FA0; }
p { color: rgb(254,111,160); }
H1.HeaderClassName
{
color: #FE6FA0;
}
.AnyTagClassName
{
color: #FE6FA0;
}
</style>
background-color css
<style>
a { background-color: #FE6FA0; }
a { background-color: rgb(254,111,160); }
div.DivClassName
{
background-color: #FE6FA0;
}
.BgClassName
{
background-color: #FE6FA0;
}
</style>
border-color css
<style>
span { border-color: #FE6FA0; }
span { border-color: rgb(254,111,160); }
td.TdClassName
{
border-color: #FE6FA0;
}
.TagClassName
{
border-color: #FE6FA0;
}
</style>