#F981AD

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

Shades of Tickle Me Pink #F981AD

Tints of Tickle Me Pink #F981AD

Color information

#F981AD (or 0xF981AD) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 81 and AD. RGB value is (249,129,173). Sum of RGB (Red+Green+Blue) = 249+129+173=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F981AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F981AD is #067E52. Grayscale: #A9A9A9. Windows color (decimal): -425555 or 11371001. OLE color: 11371001.

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

Color convert

RGB249129173-
CMYK00.480.310.02
HSL338º90.91%74.12%-
HSV(B)338º48.19%97.65%-
XYZ54.4638.8644.17-
YUV169.9129.76184.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.19%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=45.19%
G=23.41%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912917300.480.310.0233890.9174.12
HexF981AD0301F21525b4a
Octal371201255060372522133112
Binary1111100110000001101011010110000111111010101001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981AD; }

 p { color: rgb(249,129,173); }

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

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

 a { background-color: rgb(249,129,173); }

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

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

 span { border-color: rgb(249,129,173); }

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