Html Css Color HEX #F982AD Tickle Me Pink

📋 copy color: '#F982AD'

red 249 ◦ green 130 ◦ blue 173

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

Shades of Tickle Me Pink #F982AD

Tints of Tickle Me Pink #F982AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.34%

R = 45.11%
G = 23.55%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F982AD (or 0xF982AD) is known color: Tickle Me Pink. HEX triplet: F9, 82 and AD. RGB value is (249,130,173). Sum of RGB (Red+Green+Blue) = 249+130+173=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F982AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F982AD is #067D52. Grayscale: #AAAAAA. Windows color (decimal): -425299 or 11371257. OLE color: 11371257.

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

Color convert

RGB 249 130 173 -
CMYK 0 0.48 0.31 0.02
HSL 338.32º 0.91% 0.74% -
HSV(B) 338.32º 0.48% 0.98% -
XYZ 54.59 39.12 44.21 -
YUV 170.48 129.42 184 -
System Red Green Blue C M Y K H S L
Decimal 249 130 173 0 0.48 0.31 0.02 338.32 0.91 0.74
Hex F9 82 AD 0 30 1F 2 152 5B 4A
Octal 371 202 255 0 60 37 2 522 133 112
Binary 11111001 10000010 10101101 0 110000 11111 10 101010010 1011011 1001010

Color Harmonies of #F982AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982AD

Black with #F982AD

Text Example


Text Example

White with #F982AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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