Html Css Color HEX #F982AA Tickle Me Pink

📋 copy color: '#F982AA'

red 249 ◦ green 130 ◦ blue 170

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

Shades of Tickle Me Pink #F982AA

Tints of Tickle Me Pink #F982AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.68%

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

R = 45.36%
G = 23.68%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F982AA (or 0xF982AA) is known color: Tickle Me Pink. HEX triplet: F9, 82 and AA. RGB value is (249,130,170). Sum of RGB (Red+Green+Blue) = 249+130+170=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F982AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F982AA is #067D55. Grayscale: #AAAAAA. Windows color (decimal): -425302 or 11174649. OLE color: 11174649.

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

Color convert

RGB 249 130 170 -
CMYK 0 0.48 0.32 0.02
HSL 339.83º 0.91% 0.74% -
HSV(B) 339.83º 0.48% 0.98% -
XYZ 54.31 39.01 42.7 -
YUV 170.14 127.92 184.25 -
System Red Green Blue C M Y K H S L
Decimal 249 130 170 0 0.48 0.32 0.02 339.83 0.91 0.74
Hex F9 82 AA 0 30 20 2 154 5B 4A
Octal 371 202 252 0 60 40 2 524 133 112
Binary 11111001 10000010 10101010 0 110000 100000 10 101010100 1011011 1001010

Color Harmonies of #F982AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982AA

Black with #F982AA

Text Example


Text Example

White with #F982AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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