Html Css Color HEX #F986A0 Tickle Me Pink

📋 copy color: '#F986A0'

red 249 ◦ green 134 ◦ blue 160

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

Shades of Tickle Me Pink #F986A0

Tints of Tickle Me Pink #F986A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.47%

R = 45.86%
G = 24.68%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F986A0 (or 0xF986A0) is known color: Tickle Me Pink. HEX triplet: F9, 86 and A0. RGB value is (249,134,160). Sum of RGB (Red+Green+Blue) = 249+134+160=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F986A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F986A0 is #06795F. Grayscale: #ABABAB. Windows color (decimal): -424288 or 10520313. OLE color: 10520313.

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

Color convert

RGB 249 134 160 -
CMYK 0 0.46 0.36 0.02
HSL 346.43º 0.91% 0.75% -
HSV(B) 346.43º 0.46% 0.98% -
XYZ 53.94 39.73 38.08 -
YUV 171.35 121.6 183.39 -
System Red Green Blue C M Y K H S L
Decimal 249 134 160 0 0.46 0.36 0.02 346.43 0.91 0.75
Hex F9 86 A0 0 2E 24 2 15A 5B 4B
Octal 371 206 240 0 56 44 2 532 133 113
Binary 11111001 10000110 10100000 0 101110 100100 10 101011010 1011011 1001011

Color Harmonies of #F986A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986A0

Black with #F986A0

Text Example


Text Example

White with #F986A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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