#F86F9C

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

Shades of Tickle Me Pink #F86F9C

Tints of Tickle Me Pink #F86F9C

Color information

#F86F9C (or 0xF86F9C) is unknown color: approx Tickle Me Pink. HEX triplet: F8, 6F and 9C. RGB value is (248,111,156). Sum of RGB (Red+Green+Blue) = 248+111+156=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86F9C is #079063. Grayscale: #9D9D9D. Windows color (decimal): -495716 or 10252280. OLE color: 10252280.

HSL color Cylindrical-coordinate representation of color #F86F9C: hue angle of 340.29º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86F9C is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB248111156-
CMYK00.550.370.03
HSL340.29º90.73%70.39%-
HSV(B)340.29º55.24%97.25%-
XYZ50.433.7335.31-
YUV157.09127.39192.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.16%
GREEN value IS 111 (43.75% from 255) = 21.55%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=48.16%
G=21.55%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811115600.550.370.03340.2990.7370.39
HexF86F9C0372531545b46
Octal370157234067453524133106
Binary1111100011011111001110001101111001011110101010010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F9C; }

 p { color: rgb(248,111,156); }

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

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

 a { background-color: rgb(248,111,156); }

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

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

 span { border-color: rgb(248,111,156); }

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