#F286AB

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

Shades of Tickle Me Pink #F286AB

Tints of Tickle Me Pink #F286AB

Color information

#F286AB (or 0xF286AB) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 86 and AB. RGB value is (242,134,171). Sum of RGB (Red+Green+Blue) = 242+134+171=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F286AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F286AB is #0D7954. Grayscale: #AAAAAA. Windows color (decimal): -883029 or 11241202. OLE color: 11241202.

HSL color Cylindrical-coordinate representation of color #F286AB: hue angle of 339.44º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F286AB is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242134171-
CMYK00.450.290.05
HSL339.44º80.6%73.73%-
HSV(B)339.44º44.63%94.9%-
XYZ52.4938.8743.26-
YUV170.51128.28178.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=44.24%
G=24.50%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213417100.450.290.05339.4480.673.73
HexF286AB02D1D5153514a
Octal362206253055355523121112
Binary11110010100001101010101101011011110110110101001110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F286AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F286AB; }

 p { color: rgb(242,134,171); }

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

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

 a { background-color: rgb(242,134,171); }

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

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

 span { border-color: rgb(242,134,171); }

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