#F97F95

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

Shades of Tickle Me Pink #F97F95

Tints of Tickle Me Pink #F97F95

Color information

#F97F95 (or 0xF97F95) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 7F and 95. RGB value is (249,127,149). Sum of RGB (Red+Green+Blue) = 249+127+149=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97F95 is #06806A. Grayscale: #A6A6A6. Windows color (decimal): -426091 or 9797625. OLE color: 9797625.

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

Color convert

RGB249127149-
CMYK00.490.400.02
HSL349.18º91.04%73.73%-
HSV(B)349.18º49%97.65%-
XYZ52.0837.4932.92-
YUV165.99118.42187.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.43%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=47.43%
G=24.19%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912714900.490.400.02349.1891.0473.73
HexF97F9503128215d5b4a
Octal371177225061502535133112
Binary1111100111111111001010101100011010001010101110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97F95; }

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

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

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

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

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

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

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

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