#FE7196

Color #FE7196 Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #FE7196

Tints of Tickle Me Pink #FE7196

Color information

#FE7196 (or 0xFE7196) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 71 and 96. RGB value is (254,113,150). Sum of RGB (Red+Green+Blue) = 254+113+150=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7196 is #018E69. Grayscale: #9F9F9F. Windows color (decimal): -101994 or 9859582. OLE color: 9859582.

HSL color Cylindrical-coordinate representation of color #FE7196: hue angle of 344.26º 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 #FE7196 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254113150-
CMYK00.560.410.00
HSL344.26º98.6%71.96%-
HSV(B)344.26º55.51%99.61%-
XYZ52.2835.0832.87-
YUV159.38122.71195.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 49.13%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=49.13%
G=21.86%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411315000.560.410.00344.2698.671.96
HexFE71960382901586348
Octal376161226070510530143110
Binary111111101110001100101100111000101001010101100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7196; }

 p { color: rgb(254,113,150); }

 H1.HeaderClassName
 {
   color: #FE7196;
 }
 .AnyTagClassName
 {
   color: #FE7196;
 }
</style>
background-color css

<style>
 a { background-color: #FE7196; }

 a { background-color: rgb(254,113,150); }

 div.DivClassName
 {
   background-color: #FE7196;
 }
 .BgClassName
 {
   background-color: #FE7196;
 }
</style>
border-color css

<style>
 span { border-color: #FE7196; }

 span { border-color: rgb(254,113,150); }

 td.TdClassName
 {
   border-color: #FE7196;
 }
 .TagClassName
 {
   border-color: #FE7196;
 }
</style>