#F97BAA

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

Shades of Tickle Me Pink #F97BAA

Tints of Tickle Me Pink #F97BAA

Color information

#F97BAA (or 0xF97BAA) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 7B and AA. RGB value is (249,123,170). Sum of RGB (Red+Green+Blue) = 249+123+170=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97BAA is #068455. Grayscale: #A5A5A5. Windows color (decimal): -427094 or 11172857. OLE color: 11172857.

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

Color convert

RGB249123170-
CMYK00.510.320.02
HSL337.62º91.3%72.94%-
HSV(B)337.62º50.6%97.65%-
XYZ53.4137.2142.4-
YUV166.03130.24187.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.94%
GREEN value IS 123 (48.44% from 255) = 22.69%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=45.94%
G=22.69%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912317000.510.320.02337.6291.372.94
HexF97BAA0332021525b49
Octal371173252063402522133111
Binary1111100111110111010101001100111000001010101001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97BAA; }

 p { color: rgb(249,123,170); }

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

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

 a { background-color: rgb(249,123,170); }

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

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

 span { border-color: rgb(249,123,170); }

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