#FA7E97

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

Shades of Tickle Me Pink #FA7E97

Tints of Tickle Me Pink #FA7E97

Color information

#FA7E97 (or 0xFA7E97) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 7E and 97. RGB value is (250,126,151). Sum of RGB (Red+Green+Blue) = 250+126+151=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7E97 is #058168. Grayscale: #A5A5A5. Windows color (decimal): -360809 or 9928442. OLE color: 9928442.

HSL color Cylindrical-coordinate representation of color #FA7E97: hue angle of 347.9º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7E97 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250126151-
CMYK00.500.400.02
HSL347.9º92.54%73.73%-
HSV(B)347.9º49.6%98.04%-
XYZ52.4737.4833.75-
YUV165.93119.58187.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.44%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=47.44%
G=23.91%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012615100.500.400.02347.992.5473.73
HexFA7E9703228215c5d4a
Octal372176227062502534135112
Binary1111101011111101001011101100101010001010101110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7E97; }

 p { color: rgb(250,126,151); }

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

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

 a { background-color: rgb(250,126,151); }

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

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

 span { border-color: rgb(250,126,151); }

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