Html Css Color HEX #F980A8 Tickle Me Pink

📋 copy color: '#F980A8'

red 249 ◦ green 128 ◦ blue 168

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

Shades of Tickle Me Pink #F980A8

Tints of Tickle Me Pink #F980A8

RGB

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

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

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

R = 45.69%
G = 23.49%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F980A8 (or 0xF980A8) is known color: Tickle Me Pink. HEX triplet: F9, 80 and A8. RGB value is (249,128,168). Sum of RGB (Red+Green+Blue) = 249+128+168=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F980A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F980A8 is #067F57. Grayscale: #A8A8A8. Windows color (decimal): -425816 or 11043065. OLE color: 11043065.

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

Color convert

RGB 249 128 168 -
CMYK 0 0.49 0.33 0.02
HSL 340.17º 0.91% 0.74% -
HSV(B) 340.17º 0.49% 0.98% -
XYZ 53.85 38.41 41.62 -
YUV 168.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 249 128 168 0 0.49 0.33 0.02 340.17 0.91 0.74
Hex F9 80 A8 0 31 21 2 154 5B 4A
Octal 371 200 250 0 61 41 2 524 133 112
Binary 11111001 10000000 10101000 0 110001 100001 10 101010100 1011011 1001010

Color Harmonies of #F980A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980A8

Black with #F980A8

Text Example


Text Example

White with #F980A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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