#FE7D94

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

Shades of Tickle Me Pink #FE7D94

Tints of Tickle Me Pink #FE7D94

Color information

#FE7D94 (or 0xFE7D94) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 7D and 94. RGB value is (254,125,148). Sum of RGB (Red+Green+Blue) = 254+125+148=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D94 is #01826B. Grayscale: #A6A6A6. Windows color (decimal): -98924 or 9731582. OLE color: 9731582.

HSL color Cylindrical-coordinate representation of color #FE7D94: hue angle of 349.3º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7D94 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB254125148-
CMYK00.510.420.00
HSL349.3º98.47%74.31%-
HSV(B)349.3º50.79%99.61%-
XYZ53.5537.8832.51-
YUV166.19117.74190.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.20%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=48.20%
G=23.72%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412514800.510.420.00349.398.4774.31
HexFE7D940332A015d624a
Octal376175224063520535142112
Binary111111101111101100101000110011101010010101110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7D94; }

 p { color: rgb(254,125,148); }

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

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

 a { background-color: rgb(254,125,148); }

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

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

 span { border-color: rgb(254,125,148); }

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