#FA7996

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

Shades of Tickle Me Pink #FA7996

Tints of Tickle Me Pink #FA7996

Color information

#FA7996 (or 0xFA7996) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 79 and 96. RGB value is (250,121,150). Sum of RGB (Red+Green+Blue) = 250+121+150=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7996 is #058669. Grayscale: #A2A2A2. Windows color (decimal): -362090 or 9861626. OLE color: 9861626.

HSL color Cylindrical-coordinate representation of color #FA7996: hue angle of 346.51º 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 #FA7996 is Cyan = 0, Magento = 0.52, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB250121150-
CMYK00.520.40.02
HSL346.51º92.81%72.75%-
HSV(B)346.51º51.6%98.04%-
XYZ51.7736.233.11-
YUV162.88120.74190.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=47.98%
G=23.22%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012115000.520.40.02346.5192.8172.75
HexFA799603428215b5d49
Octal372171226064502533135111
Binary1111101011110011001011001101001010001010101101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7996; }

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

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

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

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

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

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

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

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