#F97BA8

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

Shades of Tickle Me Pink #F97BA8

Tints of Tickle Me Pink #F97BA8

Color information

#F97BA8 (or 0xF97BA8) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 7B and A8. RGB value is (249,123,168). Sum of RGB (Red+Green+Blue) = 249+123+168=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97BA8 is #068457. Grayscale: #A5A5A5. Windows color (decimal): -427096 or 11041785. OLE color: 11041785.

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

Color convert

RGB249123168-
CMYK00.510.330.02
HSL338.57º91.3%72.94%-
HSV(B)338.57º50.6%97.65%-
XYZ53.2237.1341.41-
YUV165.8129.24187.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.11%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 168 (66.02% from 255) = 31.11%
R=46.11%
G=22.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912316800.510.330.02338.5791.372.94
HexF97BA80332121535b49
Octal371173250063412523133111
Binary1111100111110111010100001100111000011010101001110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97BA8; }

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

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

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

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

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

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

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

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