#F980A1

Color #F980A1 Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #F980A1

Tints of Tickle Me Pink #F980A1

Color information

#F980A1 (or 0xF980A1) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 80 and A1. RGB value is (249,128,161). Sum of RGB (Red+Green+Blue) = 249+128+161=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F980A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F980A1 is #067F5E. Grayscale: #A7A7A7. Windows color (decimal): -425823 or 10584313. OLE color: 10584313.

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

Color convert

RGB249128161-
CMYK00.490.350.02
HSL343.64º90.98%73.92%-
HSV(B)343.64º48.59%97.65%-
XYZ53.2238.1538.28-
YUV167.94124.09185.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 161 (63.28% from 255) = 29.93%
R=46.28%
G=23.79%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912816100.490.350.02343.6490.9873.92
HexF980A10312321585b4a
Octal371200241061432530133112
Binary11111001100000001010000101100011000111010101100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F980A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F980A1; }

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

 H1.HeaderClassName
 {
   color: #F980A1;
 }
 .AnyTagClassName
 {
   color: #F980A1;
 }
</style>
background-color css

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

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

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

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

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

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