#F986AF

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

Shades of Tickle Me Pink #F986AF

Tints of Tickle Me Pink #F986AF

Color information

#F986AF (or 0xF986AF) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 86 and AF. RGB value is (249,134,175). Sum of RGB (Red+Green+Blue) = 249+134+175=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F986AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F986AF is #067950. Grayscale: #ADADAD. Windows color (decimal): -424273 or 11503353. OLE color: 11503353.

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

Color convert

RGB249134175-
CMYK00.460.300.02
HSL338.61º90.55%75.1%-
HSV(B)338.61º46.18%97.65%-
XYZ55.3340.2945.42-
YUV173.06129.1182.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.62%
GREEN value IS 134 (52.73% from 255) = 24.01%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=44.62%
G=24.01%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913417500.460.300.02338.6190.5575.1
HexF986AF02E1E21535b4b
Octal371206257056362523133113
Binary1111100110000110101011110101110111101010101001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F986AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F986AF; }

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

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

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

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

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

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

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

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