Shades of Tickle Me Pink #FE75A0
Tints of Tickle Me Pink #FE75A0
RGB
CMYK
RGB Variations
Color information
#FE75A0 (or 0xFE75A0) is known color: Tickle Me Pink. HEX triplet: FE, 75 and A0. RGB value is (254,117,160). Sum of RGB (Red+Green+Blue) = 254+117+160=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE75A0 is #018A5F. Grayscale: #A2A2A2. Windows color (decimal): -100960 or 10515966. OLE color: 10515966.
HSL color Cylindrical-coordinate representation of color #FE75A0: hue angle of 341.17º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE75A0 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 160 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.00 |
| HSL | 341.17º | 0.99% | 0.73% | - |
| HSV(B) | 341.17º | 0.54% | 1% | - |
| XYZ | 53.58 | 36.33 | 37.45 | - |
| YUV | 162.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 160 | 0 | 0.54 | 0.37 | 0.00 | 341.17 | 0.99 | 0.73 |
| Hex | FE | 75 | A0 | 0 | 36 | 25 | 0 | 155 | 63 | 49 |
| Octal | 376 | 165 | 240 | 0 | 66 | 45 | 0 | 525 | 143 | 111 |
| Binary | 11111110 | 1110101 | 10100000 | 0 | 110110 | 100101 | 0 | 101010101 | 1100011 | 1001001 |
Color Harmonies of #FE75A0
Complementary color
Monochromatic Colors of #FE75A0
Black with #FE75A0
Text Example
Text Example
White with #FE75A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75A0; }
p { color: rgb(254,117,160); }
H1.HeaderClassName
{
color: #FE75A0;
}
.AnyTagClassName
{
color: #FE75A0;
}
</style>
background-color css
<style>
a { background-color: #FE75A0; }
a { background-color: rgb(254,117,160); }
div.DivClassName
{
background-color: #FE75A0;
}
.BgClassName
{
background-color: #FE75A0;
}
</style>
border-color css
<style>
span { border-color: #FE75A0; }
span { border-color: rgb(254,117,160); }
td.TdClassName
{
border-color: #FE75A0;
}
.TagClassName
{
border-color: #FE75A0;
}
</style>