#F985AA

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

Shades of Tickle Me Pink #F985AA

Tints of Tickle Me Pink #F985AA

Color information

#F985AA (or 0xF985AA) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 85 and AA. RGB value is (249,133,170). Sum of RGB (Red+Green+Blue) = 249+133+170=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F985AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F985AA is #067A55. Grayscale: #ABABAB. Windows color (decimal): -424534 or 11175417. OLE color: 11175417.

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

Color convert

RGB249133170-
CMYK00.470.320.02
HSL340.86º90.62%74.9%-
HSV(B)340.86º46.59%97.65%-
XYZ54.7139.8242.83-
YUV171.9126.93182.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.11%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=45.11%
G=24.09%
B=30.80%

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
Decimal24913317000.470.320.02340.8690.6274.9
HexF985AA02F2021555b4b
Octal371205252057402525133113
Binary11111001100001011010101001011111000001010101010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985AA; }

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

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

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

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

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

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

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

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