Html Css Color HEX #F986B2 Tickle Me Pink

📋 copy color: '#F986B2'

red 249 ◦ green 134 ◦ blue 178

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

Shades of Tickle Me Pink #F986B2

Tints of Tickle Me Pink #F986B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.73%

R = 44.39%
G = 23.89%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F986B2 (or 0xF986B2) is known color: Tickle Me Pink. HEX triplet: F9, 86 and B2. RGB value is (249,134,178). Sum of RGB (Red+Green+Blue) = 249+134+178=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F986B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F986B2 is #06794D. Grayscale: #ADADAD. Windows color (decimal): -424270 or 11699961. OLE color: 11699961.

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

Color convert

RGB 249 134 178 -
CMYK 0 0.46 0.29 0.02
HSL 337.04º 0.91% 0.75% -
HSV(B) 337.04º 0.46% 0.98% -
XYZ 55.63 40.4 46.99 -
YUV 173.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 249 134 178 0 0.46 0.29 0.02 337.04 0.91 0.75
Hex F9 86 B2 0 2E 1D 2 151 5B 4B
Octal 371 206 262 0 56 35 2 521 133 113
Binary 11111001 10000110 10110010 0 101110 11101 10 101010001 1011011 1001011

Color Harmonies of #F986B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986B2

Black with #F986B2

Text Example


Text Example

White with #F986B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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