#F985AB

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

Shades of Tickle Me Pink #F985AB

Tints of Tickle Me Pink #F985AB

Color information

#F985AB (or 0xF985AB) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 85 and AB. RGB value is (249,133,171). Sum of RGB (Red+Green+Blue) = 249+133+171=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F985AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F985AB is #067A54. Grayscale: #ABABAB. Windows color (decimal): -424533 or 11240953. OLE color: 11240953.

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

Color convert

RGB249133171-
CMYK00.470.310.02
HSL340.34º90.62%74.9%-
HSV(B)340.34º46.59%97.65%-
XYZ54.8139.8643.33-
YUV172.02127.43182.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.03%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=45.03%
G=24.05%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913317100.470.310.02340.3490.6274.9
HexF985AB02F1F21545b4b
Octal371205253057372524133113
Binary1111100110000101101010110101111111111010101010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985AB; }

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

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

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

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

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

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

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

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