#F985A6

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

Shades of Tickle Me Pink #F985A6

Tints of Tickle Me Pink #F985A6

Color information

#F985A6 (or 0xF985A6) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 85 and A6. RGB value is (249,133,166). Sum of RGB (Red+Green+Blue) = 249+133+166=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F985A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F985A6 is #067A59. Grayscale: #ABABAB. Windows color (decimal): -424538 or 10913273. OLE color: 10913273.

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

Color convert

RGB249133166-
CMYK00.470.330.02
HSL342.93º90.62%74.9%-
HSV(B)342.93º46.59%97.65%-
XYZ54.3439.6740.87-
YUV171.45124.93183.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.44%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 166 (65.23% from 255) = 30.29%
R=45.44%
G=24.27%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913316600.470.330.02342.9390.6274.9
HexF985A602F2121575b4b
Octal371205246057412527133113
Binary11111001100001011010011001011111000011010101011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985A6; }

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

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

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

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

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

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

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

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