#FA7096

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

Shades of Tickle Me Pink #FA7096

Tints of Tickle Me Pink #FA7096

Color information

#FA7096 (or 0xFA7096) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 70 and 96. RGB value is (250,112,150). Sum of RGB (Red+Green+Blue) = 250+112+150=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7096 is #058F69. Grayscale: #9D9D9D. Windows color (decimal): -364394 or 9859322. OLE color: 9859322.

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

Color convert

RGB250112150-
CMYK00.550.40.02
HSL343.48º93.24%70.98%-
HSV(B)343.48º55.2%98.04%-
XYZ50.7234.1132.77-
YUV157.59123.72193.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.83%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=48.83%
G=21.88%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011215000.550.40.02343.4893.2470.98
HexFA70960372821575d47
Octal372160226067502527135107
Binary1111101011100001001011001101111010001010101011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7096; }

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

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

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

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

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

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

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

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