Shades of Tickle Me Pink #FE749A
Tints of Tickle Me Pink #FE749A
RGB
CMYK
RGB Variations
Color information
#FE749A (or 0xFE749A) is known color: Tickle Me Pink. HEX triplet: FE, 74 and 9A. RGB value is (254,116,154). Sum of RGB (Red+Green+Blue) = 254+116+154=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE749A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE749A is #018B65. Grayscale: #A1A1A1. Windows color (decimal): -101222 or 10122494. OLE color: 10122494.
HSL color Cylindrical-coordinate representation of color #FE749A: hue angle of 343.48º 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 #FE749A is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 154 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.00 |
| HSL | 343.48º | 0.99% | 0.73% | - |
| HSV(B) | 343.48º | 0.54% | 1% | - |
| XYZ | 52.95 | 35.89 | 34.71 | - |
| YUV | 161.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 154 | 0 | 0.54 | 0.39 | 0.00 | 343.48 | 0.99 | 0.73 |
| Hex | FE | 74 | 9A | 0 | 36 | 27 | 0 | 157 | 63 | 49 |
| Octal | 376 | 164 | 232 | 0 | 66 | 47 | 0 | 527 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10011010 | 0 | 110110 | 100111 | 0 | 101010111 | 1100011 | 1001001 |
Color Harmonies of #FE749A
Complementary color
Monochromatic Colors of #FE749A
Black with #FE749A
Text Example
Text Example
White with #FE749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE749A; }
p { color: rgb(254,116,154); }
H1.HeaderClassName
{
color: #FE749A;
}
.AnyTagClassName
{
color: #FE749A;
}
</style>
background-color css
<style>
a { background-color: #FE749A; }
a { background-color: rgb(254,116,154); }
div.DivClassName
{
background-color: #FE749A;
}
.BgClassName
{
background-color: #FE749A;
}
</style>
border-color css
<style>
span { border-color: #FE749A; }
span { border-color: rgb(254,116,154); }
td.TdClassName
{
border-color: #FE749A;
}
.TagClassName
{
border-color: #FE749A;
}
</style>