#F984AA

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

Shades of Tickle Me Pink #F984AA

Tints of Tickle Me Pink #F984AA

Color information

#F984AA (or 0xF984AA) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 84 and AA. RGB value is (249,132,170). Sum of RGB (Red+Green+Blue) = 249+132+170=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F984AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F984AA is #067B55. Grayscale: #ABABAB. Windows color (decimal): -424790 or 11175161. OLE color: 11175161.

HSL color Cylindrical-coordinate representation of color #F984AA: hue angle of 340.51º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F984AA is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB249132170-
CMYK00.470.320.02
HSL340.51º90.7%74.71%-
HSV(B)340.51º46.99%97.65%-
XYZ54.5739.5442.79-
YUV171.32127.26183.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.19%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=45.19%
G=23.96%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913217000.470.320.02340.5190.774.71
HexF984AA02F2021555b4b
Octal371204252057402525133113
Binary11111001100001001010101001011111000001010101010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F984AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F984AA; }

 p { color: rgb(249,132,170); }

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

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

 a { background-color: rgb(249,132,170); }

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

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

 span { border-color: rgb(249,132,170); }

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