#F97295

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

Shades of Tickle Me Pink #F97295

Tints of Tickle Me Pink #F97295

Color information

#F97295 (or 0xF97295) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 72 and 95. RGB value is (249,114,149). Sum of RGB (Red+Green+Blue) = 249+114+149=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F97295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97295 is #068D6A. Grayscale: #9E9E9E. Windows color (decimal): -429419 or 9794297. OLE color: 9794297.

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

Color convert

RGB249114149-
CMYK00.540.400.02
HSL344.44º91.84%71.18%-
HSV(B)344.44º54.22%97.65%-
XYZ50.5134.3432.4-
YUV158.35122.73192.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.63%
GREEN value IS 114 (44.92% from 255) = 22.27%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=48.63%
G=22.27%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911414900.540.400.02344.4491.8471.18
HexF972950362821585c47
Octal371162225066502530134107
Binary1111100111100101001010101101101010001010101100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97295; }

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

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

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

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

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

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

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

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