Html Css Color HEX #F986A6 Tickle Me Pink

📋 copy color: '#F986A6'

red 249 ◦ green 134 ◦ blue 166

#F986A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tickle Me Pink #F986A6

Tints of Tickle Me Pink #F986A6

RGB

 RED value IS 249 (97.66% from 255) = 45.36%

 GREEN value IS 134 (52.73% from 255) = 24.41%

 BLUE value IS 166 (65.23% from 255) = 30.24%

R = 45.36%
G = 24.41%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F986A6 (or 0xF986A6) is known color: Tickle Me Pink. HEX triplet: F9, 86 and A6. RGB value is (249,134,166). Sum of RGB (Red+Green+Blue) = 249+134+166=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F986A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F986A6 is #067959. Grayscale: #ACACAC. Windows color (decimal): -424282 or 10913529. OLE color: 10913529.

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

Color convert

RGB 249 134 166 -
CMYK 0 0.46 0.33 0.02
HSL 343.3º 0.91% 0.75% -
HSV(B) 343.3º 0.46% 0.98% -
XYZ 54.47 39.94 40.92 -
YUV 172.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 249 134 166 0 0.46 0.33 0.02 343.3 0.91 0.75
Hex F9 86 A6 0 2E 21 2 157 5B 4B
Octal 371 206 246 0 56 41 2 527 133 113
Binary 11111001 10000110 10100110 0 101110 100001 10 101010111 1011011 1001011

Color Harmonies of #F986A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986A6

Black with #F986A6

Text Example


Text Example

White with #F986A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986A6; }

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

 H1.HeaderClassName
 {
   color: #F986A6;
 }
 .AnyTagClassName
 {
   color: #F986A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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