Html Css Color HEX #F982A8 Tickle Me Pink

📋 copy color: '#F982A8'

red 249 ◦ green 130 ◦ blue 168

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

Shades of Tickle Me Pink #F982A8

Tints of Tickle Me Pink #F982A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.71%

R = 45.52%
G = 23.77%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F982A8 (or 0xF982A8) is known color: Tickle Me Pink. HEX triplet: F9, 82 and A8. RGB value is (249,130,168). Sum of RGB (Red+Green+Blue) = 249+130+168=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F982A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F982A8 is #067D57. Grayscale: #A9A9A9. Windows color (decimal): -425304 or 11043577. OLE color: 11043577.

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

Color convert

RGB 249 130 168 -
CMYK 0 0.48 0.33 0.02
HSL 340.84º 0.91% 0.74% -
HSV(B) 340.84º 0.48% 0.98% -
XYZ 54.12 38.93 41.71 -
YUV 169.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 249 130 168 0 0.48 0.33 0.02 340.84 0.91 0.74
Hex F9 82 A8 0 30 21 2 155 5B 4A
Octal 371 202 250 0 60 41 2 525 133 112
Binary 11111001 10000010 10101000 0 110000 100001 10 101010101 1011011 1001010

Color Harmonies of #F982A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982A8

Black with #F982A8

Text Example


Text Example

White with #F982A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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