#FE7D95

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

Shades of Tickle Me Pink #FE7D95

Tints of Tickle Me Pink #FE7D95

Color information

#FE7D95 (or 0xFE7D95) is unknown color: approx Tickle Me Pink. HEX triplet: FE, 7D and 95. RGB value is (254,125,149). Sum of RGB (Red+Green+Blue) = 254+125+149=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D95 is #01826A. Grayscale: #A6A6A6. Windows color (decimal): -98923 or 9797118. OLE color: 9797118.

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

Color convert

RGB254125149-
CMYK00.510.410.00
HSL348.84º98.47%74.31%-
HSV(B)348.84º50.79%99.61%-
XYZ53.6337.9132.92-
YUV166.31118.24190.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.11%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=48.11%
G=23.67%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412514900.510.410.00348.8498.4774.31
HexFE7D9503329015d624a
Octal376175225063510535142112
Binary111111101111101100101010110011101001010101110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7D95; }

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

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

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

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

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

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

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

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