#F986B1

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

Shades of Tickle Me Pink #F986B1

Tints of Tickle Me Pink #F986B1

Color information

#F986B1 (or 0xF986B1) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 86 and B1. RGB value is (249,134,177). Sum of RGB (Red+Green+Blue) = 249+134+177=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F986B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F986B1 is #06794E. Grayscale: #ADADAD. Windows color (decimal): -424271 or 11634425. OLE color: 11634425.

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

Color convert

RGB249134177-
CMYK00.460.290.02
HSL337.57º90.55%75.1%-
HSV(B)337.57º46.18%97.65%-
XYZ55.5340.3646.46-
YUV173.29130.1182-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.46%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=44.46%
G=23.93%
B=31.61%

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
Decimal24913417700.460.290.02337.5790.5575.1
HexF986B102E1D21525b4b
Octal371206261056352522133113
Binary1111100110000110101100010101110111011010101001010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F986B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F986B1; }

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

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

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

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

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

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

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

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