#F980A3

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

Shades of Tickle Me Pink #F980A3

Tints of Tickle Me Pink #F980A3

Color information

#F980A3 (or 0xF980A3) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 80 and A3. RGB value is (249,128,163). Sum of RGB (Red+Green+Blue) = 249+128+163=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F980A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F980A3 is #067F5C. Grayscale: #A8A8A8. Windows color (decimal): -425821 or 10715385. OLE color: 10715385.

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

Color convert

RGB249128163-
CMYK00.490.350.02
HSL342.64º90.98%73.92%-
HSV(B)342.64º48.59%97.65%-
XYZ53.438.2239.21-
YUV168.17125.09185.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.11%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 163 (64.06% from 255) = 30.19%
R=46.11%
G=23.70%
B=30.19%

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
Decimal24912816300.490.350.02342.6490.9873.92
HexF980A30312321575b4a
Octal371200243061432527133112
Binary11111001100000001010001101100011000111010101011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F980A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F980A3; }

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

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

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

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

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

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

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

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