#FA7B96

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

Shades of Tickle Me Pink #FA7B96

Tints of Tickle Me Pink #FA7B96

Color information

#FA7B96 (or 0xFA7B96) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 7B and 96. RGB value is (250,123,150). Sum of RGB (Red+Green+Blue) = 250+123+150=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7B96 is #058469. Grayscale: #A4A4A4. Windows color (decimal): -361578 or 9862138. OLE color: 9862138.

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

Color convert

RGB250123150-
CMYK00.510.40.02
HSL347.24º92.7%73.14%-
HSV(B)347.24º50.8%98.04%-
XYZ52.0136.6933.2-
YUV164.05120.08189.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 123 (48.44% from 255) = 23.52%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=47.80%
G=23.52%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012315000.510.40.02347.2492.773.14
HexFA7B9603328215b5d49
Octal372173226063502533135111
Binary1111101011110111001011001100111010001010101101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7B96; }

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

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

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

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

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

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

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

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