#F985A7

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

Shades of Tickle Me Pink #F985A7

Tints of Tickle Me Pink #F985A7

Color information

#F985A7 (or 0xF985A7) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 85 and A7. RGB value is (249,133,167). Sum of RGB (Red+Green+Blue) = 249+133+167=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F985A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F985A7 is #067A58. Grayscale: #ABABAB. Windows color (decimal): -424537 or 10978809. OLE color: 10978809.

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

Color convert

RGB249133167-
CMYK00.470.330.02
HSL342.41º90.62%74.9%-
HSV(B)342.41º46.59%97.65%-
XYZ54.4339.741.35-
YUV171.56125.43183.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.36%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 167 (65.62% from 255) = 30.42%
R=45.36%
G=24.23%
B=30.42%

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
Decimal24913316700.470.330.02342.4190.6274.9
HexF985A702F2121565b4b
Octal371205247057412526133113
Binary11111001100001011010011101011111000011010101011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985A7; }

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

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

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

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

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

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

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

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