#F986B0

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

Shades of Tickle Me Pink #F986B0

Tints of Tickle Me Pink #F986B0

Color information

#F986B0 (or 0xF986B0) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 86 and B0. RGB value is (249,134,176). Sum of RGB (Red+Green+Blue) = 249+134+176=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F986B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F986B0 is #06794F. Grayscale: #ADADAD. Windows color (decimal): -424272 or 11568889. OLE color: 11568889.

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

Color convert

RGB249134176-
CMYK00.460.290.02
HSL338.09º90.55%75.1%-
HSV(B)338.09º46.18%97.65%-
XYZ55.4340.3245.94-
YUV173.17129.6182.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.54%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=44.54%
G=23.97%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913417600.460.290.02338.0990.5575.1
HexF986B002E1D21525b4b
Octal371206260056352522133113
Binary1111100110000110101100000101110111011010101001010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F986B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F986B0; }

 p { color: rgb(249,134,176); }

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

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

 a { background-color: rgb(249,134,176); }

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

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

 span { border-color: rgb(249,134,176); }

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