Shades of Tickle Me Pink #FE6F98
Tints of Tickle Me Pink #FE6F98
RGB
CMYK
RGB Variations
Color information
#FE6F98 (or 0xFE6F98) is known color: Tickle Me Pink. HEX triplet: FE, 6F and 98. RGB value is (254,111,152). Sum of RGB (Red+Green+Blue) = 254+111+152=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6F98 is #019067. Grayscale: #9E9E9E. Windows color (decimal): -102504 or 9990142. OLE color: 9990142.
HSL color Cylindrical-coordinate representation of color #FE6F98: hue angle of 342.8º 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 #FE6F98 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 152 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.00 |
| HSL | 342.8º | 0.99% | 0.72% | - |
| HSV(B) | 342.8º | 0.56% | 1% | - |
| XYZ | 52.22 | 34.71 | 33.65 | - |
| YUV | 158.43 | 124.38 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 152 | 0 | 0.56 | 0.40 | 0.00 | 342.8 | 0.99 | 0.72 |
| Hex | FE | 6F | 98 | 0 | 38 | 28 | 0 | 157 | 63 | 48 |
| Octal | 376 | 157 | 230 | 0 | 70 | 50 | 0 | 527 | 143 | 110 |
| Binary | 11111110 | 1101111 | 10011000 | 0 | 111000 | 101000 | 0 | 101010111 | 1100011 | 1001000 |
Color Harmonies of #FE6F98
Complementary color
Monochromatic Colors of #FE6F98
Black with #FE6F98
Text Example
Text Example
White with #FE6F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F98; }
p { color: rgb(254,111,152); }
H1.HeaderClassName
{
color: #FE6F98;
}
.AnyTagClassName
{
color: #FE6F98;
}
</style>
background-color css
<style>
a { background-color: #FE6F98; }
a { background-color: rgb(254,111,152); }
div.DivClassName
{
background-color: #FE6F98;
}
.BgClassName
{
background-color: #FE6F98;
}
</style>
border-color css
<style>
span { border-color: #FE6F98; }
span { border-color: rgb(254,111,152); }
td.TdClassName
{
border-color: #FE6F98;
}
.TagClassName
{
border-color: #FE6F98;
}
</style>