#F97695

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

Shades of Tickle Me Pink #F97695

Tints of Tickle Me Pink #F97695

Color information

#F97695 (or 0xF97695) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 76 and 95. RGB value is (249,118,149). Sum of RGB (Red+Green+Blue) = 249+118+149=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F97695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97695 is #06896A. Grayscale: #A0A0A0. Windows color (decimal): -428395 or 9795321. OLE color: 9795321.

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

Color convert

RGB249118149-
CMYK00.530.400.02
HSL345.8º91.61%71.96%-
HSV(B)345.8º52.61%97.65%-
XYZ50.9735.2732.55-
YUV160.7121.4190.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.26%
GREEN value IS 118 (46.48% from 255) = 22.87%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=48.26%
G=22.87%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911814900.530.400.02345.891.6171.96
HexF9769503528215a5c48
Octal371166225065502532134110
Binary1111100111101101001010101101011010001010101101010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97695; }

 p { color: rgb(249,118,149); }

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

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

 a { background-color: rgb(249,118,149); }

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

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

 span { border-color: rgb(249,118,149); }

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