#FA7995

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

Shades of Tickle Me Pink #FA7995

Tints of Tickle Me Pink #FA7995

Color information

#FA7995 (or 0xFA7995) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 79 and 95. RGB value is (250,121,149). Sum of RGB (Red+Green+Blue) = 250+121+149=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7995 is #05866A. Grayscale: #A2A2A2. Windows color (decimal): -362091 or 9796090. OLE color: 9796090.

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

Color convert

RGB250121149-
CMYK00.520.400.02
HSL346.98º92.81%72.75%-
HSV(B)346.98º51.6%98.04%-
XYZ51.6936.1732.69-
YUV162.76120.24190.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.08%
GREEN value IS 121 (47.66% from 255) = 23.27%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=48.08%
G=23.27%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012114900.520.400.02346.9892.8172.75
HexFA799503428215b5d49
Octal372171225064502533135111
Binary1111101011110011001010101101001010001010101101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7995; }

 p { color: rgb(250,121,149); }

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

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

 a { background-color: rgb(250,121,149); }

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

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

 span { border-color: rgb(250,121,149); }

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