Html Css Color HEX #F986A4 Tickle Me Pink

📋 copy color: '#F986A4'

red 249 ◦ green 134 ◦ blue 164

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

Shades of Tickle Me Pink #F986A4

Tints of Tickle Me Pink #F986A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.98%

R = 45.52%
G = 24.5%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F986A4 (or 0xF986A4) is known color: Tickle Me Pink. HEX triplet: F9, 86 and A4. RGB value is (249,134,164). Sum of RGB (Red+Green+Blue) = 249+134+164=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F986A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F986A4 is #06795B. Grayscale: #ABABAB. Windows color (decimal): -424284 or 10782457. OLE color: 10782457.

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

Color convert

RGB 249 134 164 -
CMYK 0 0.46 0.34 0.02
HSL 344.35º 0.91% 0.75% -
HSV(B) 344.35º 0.46% 0.98% -
XYZ 54.29 39.87 39.96 -
YUV 171.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 249 134 164 0 0.46 0.34 0.02 344.35 0.91 0.75
Hex F9 86 A4 0 2E 22 2 158 5B 4B
Octal 371 206 244 0 56 42 2 530 133 113
Binary 11111001 10000110 10100100 0 101110 100010 10 101011000 1011011 1001011

Color Harmonies of #F986A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986A4

Black with #F986A4

Text Example


Text Example

White with #F986A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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