Html Css Color HEX #F980A6 Tickle Me Pink

📋 copy color: '#F980A6'

red 249 ◦ green 128 ◦ blue 166

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

Shades of Tickle Me Pink #F980A6

Tints of Tickle Me Pink #F980A6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.57%

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

R = 45.86%
G = 23.57%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F980A6 (or 0xF980A6) is known color: Tickle Me Pink. HEX triplet: F9, 80 and A6. RGB value is (249,128,166). Sum of RGB (Red+Green+Blue) = 249+128+166=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F980A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F980A6 is #067F59. Grayscale: #A8A8A8. Windows color (decimal): -425818 or 10911993. OLE color: 10911993.

HSL color Cylindrical-coordinate representation of color #F980A6: hue angle of 341.16º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F980A6 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 128 166 -
CMYK 0 0.49 0.33 0.02
HSL 341.16º 0.91% 0.74% -
HSV(B) 341.16º 0.49% 0.98% -
XYZ 53.67 38.33 40.65 -
YUV 168.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 249 128 166 0 0.49 0.33 0.02 341.16 0.91 0.74
Hex F9 80 A6 0 31 21 2 155 5B 4A
Octal 371 200 246 0 61 41 2 525 133 112
Binary 11111001 10000000 10100110 0 110001 100001 10 101010101 1011011 1001010

Color Harmonies of #F980A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980A6

Black with #F980A6

Text Example


Text Example

White with #F980A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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