#F97195

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

Shades of Tickle Me Pink #F97195

Tints of Tickle Me Pink #F97195

Color information

#F97195 (or 0xF97195) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 71 and 95. RGB value is (249,113,149). Sum of RGB (Red+Green+Blue) = 249+113+149=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F97195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97195 is #068E6A. Grayscale: #9D9D9D. Windows color (decimal): -429675 or 9794041. OLE color: 9794041.

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

Color convert

RGB249113149-
CMYK00.550.400.02
HSL344.12º91.89%70.98%-
HSV(B)344.12º54.62%97.65%-
XYZ50.434.1232.36-
YUV157.77123.06193.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.73%
GREEN value IS 113 (44.53% from 255) = 22.11%
BLUE value IS 149 (58.59% from 255) = 29.16%
R=48.73%
G=22.11%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911314900.550.400.02344.1291.8970.98
HexF971950372821585c47
Octal371161225067502530134107
Binary1111100111100011001010101101111010001010101100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97195; }

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

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

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

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

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

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

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

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