#F86F9A

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

Shades of Tickle Me Pink #F86F9A

Tints of Tickle Me Pink #F86F9A

Color information

#F86F9A (or 0xF86F9A) is unknown color: approx Tickle Me Pink. HEX triplet: F8, 6F and 9A. RGB value is (248,111,154). Sum of RGB (Red+Green+Blue) = 248+111+154=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86F9A is #079065. Grayscale: #9C9C9C. Windows color (decimal): -495718 or 10121208. OLE color: 10121208.

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

Color convert

RGB248111154-
CMYK00.550.380.03
HSL341.17º90.73%70.39%-
HSV(B)341.17º55.24%97.25%-
XYZ50.2333.6634.42-
YUV156.86126.39193-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.34%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=48.34%
G=21.64%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811115400.550.380.03341.1790.7370.39
HexF86F9A0372631555b46
Octal370157232067463525133106
Binary1111100011011111001101001101111001101110101010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F9A; }

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

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

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

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

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

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

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

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