#F97C96

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

Shades of Tickle Me Pink #F97C96

Tints of Tickle Me Pink #F97C96

Color information

#F97C96 (or 0xF97C96) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 7C and 96. RGB value is (249,124,150). Sum of RGB (Red+Green+Blue) = 249+124+150=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C96 is #068369. Grayscale: #A4A4A4. Windows color (decimal): -426858 or 9862393. OLE color: 9862393.

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

Color convert

RGB249124150-
CMYK00.500.400.02
HSL347.52º91.24%73.14%-
HSV(B)347.52º50.2%97.65%-
XYZ51.7836.7633.22-
YUV164.34119.91188.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.61%
GREEN value IS 124 (48.83% from 255) = 23.71%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=47.61%
G=23.71%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912415000.500.400.02347.5291.2473.14
HexF97C9603228215c5b49
Octal371174226062502534133111
Binary1111100111111001001011001100101010001010101110010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97C96; }

 p { color: rgb(249,124,150); }

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

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

 a { background-color: rgb(249,124,150); }

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

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

 span { border-color: rgb(249,124,150); }

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