#F86F97

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

Shades of Tickle Me Pink #F86F97

Tints of Tickle Me Pink #F86F97

Color information

#F86F97 (or 0xF86F97) is unknown color: approx Tickle Me Pink. HEX triplet: F8, 6F and 97. RGB value is (248,111,151). Sum of RGB (Red+Green+Blue) = 248+111+151=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86F97 is #079068. Grayscale: #9C9C9C. Windows color (decimal): -495721 or 9924600. OLE color: 9924600.

HSL color Cylindrical-coordinate representation of color #F86F97: hue angle of 342.48º 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 #F86F97 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB248111151-
CMYK00.550.390.03
HSL342.48º90.73%70.39%-
HSV(B)342.48º55.24%97.25%-
XYZ49.9833.5633.12-
YUV156.52124.89193.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.63%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=48.63%
G=21.76%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811115100.550.390.03342.4890.7370.39
HexF86F970372731565b46
Octal370157227067473526133106
Binary1111100011011111001011101101111001111110101011010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F97; }

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

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

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

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

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

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

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

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