Html Css Color HEX #F982A0 Tickle Me Pink

📋 copy color: '#F982A0'

red 249 ◦ green 130 ◦ blue 160

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

Shades of Tickle Me Pink #F982A0

Tints of Tickle Me Pink #F982A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 46.2%
G = 24.12%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F982A0 (or 0xF982A0) is known color: Tickle Me Pink. HEX triplet: F9, 82 and A0. RGB value is (249,130,160). Sum of RGB (Red+Green+Blue) = 249+130+160=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F982A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F982A0 is #067D5F. Grayscale: #A9A9A9. Windows color (decimal): -425312 or 10519289. OLE color: 10519289.

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

Color convert

RGB 249 130 160 -
CMYK 0 0.48 0.36 0.02
HSL 344.87º 0.91% 0.74% -
HSV(B) 344.87º 0.48% 0.98% -
XYZ 53.39 38.64 37.9 -
YUV 169 122.92 185.06 -
System Red Green Blue C M Y K H S L
Decimal 249 130 160 0 0.48 0.36 0.02 344.87 0.91 0.74
Hex F9 82 A0 0 30 24 2 159 5B 4A
Octal 371 202 240 0 60 44 2 531 133 112
Binary 11111001 10000010 10100000 0 110000 100100 10 101011001 1011011 1001010

Color Harmonies of #F982A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982A0

Black with #F982A0

Text Example


Text Example

White with #F982A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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