#F97C95

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

Shades of Tickle Me Pink #F97C95

Tints of Tickle Me Pink #F97C95

Color information

#F97C95 (or 0xF97C95) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 7C and 95. RGB value is (249,124,149). Sum of RGB (Red+Green+Blue) = 249+124+149=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C95 is #06836A. Grayscale: #A4A4A4. Windows color (decimal): -426859 or 9796857. OLE color: 9796857.

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

Color convert

RGB249124149-
CMYK00.500.400.02
HSL348º91.24%73.14%-
HSV(B)348º50.2%97.65%-
XYZ51.736.7232.8-
YUV164.22119.41188.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.70%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=47.70%
G=23.75%
B=28.54%

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
Decimal24912414900.500.400.0234891.2473.14
HexF97C9503228215c5b49
Octal371174225062502534133111
Binary1111100111111001001010101100101010001010101110010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97C95; }

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

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

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

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

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

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

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

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