Html Css Color HEX #F980AA Tickle Me Pink

📋 copy color: '#F980AA'

red 249 ◦ green 128 ◦ blue 170

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

Shades of Tickle Me Pink #F980AA

Tints of Tickle Me Pink #F980AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 45.52%
G = 23.4%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F980AA (or 0xF980AA) is known color: Tickle Me Pink. HEX triplet: F9, 80 and AA. RGB value is (249,128,170). Sum of RGB (Red+Green+Blue) = 249+128+170=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F980AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F980AA is #067F55. Grayscale: #A8A8A8. Windows color (decimal): -425814 or 11174137. OLE color: 11174137.

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

Color convert

RGB 249 128 170 -
CMYK 0 0.49 0.32 0.02
HSL 339.17º 0.91% 0.74% -
HSV(B) 339.17º 0.49% 0.98% -
XYZ 54.04 38.48 42.61 -
YUV 168.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 249 128 170 0 0.49 0.32 0.02 339.17 0.91 0.74
Hex F9 80 AA 0 31 20 2 153 5B 4A
Octal 371 200 252 0 61 40 2 523 133 112
Binary 11111001 10000000 10101010 0 110001 100000 10 101010011 1011011 1001010

Color Harmonies of #F980AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980AA

Black with #F980AA

Text Example


Text Example

White with #F980AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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