#F5849E

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

Shades of Tickle Me Pink #F5849E

Tints of Tickle Me Pink #F5849E

Color information

#F5849E (or 0xF5849E) is unknown color: approx Tickle Me Pink. HEX triplet: F5, 84 and 9E. RGB value is (245,132,158). Sum of RGB (Red+Green+Blue) = 245+132+158=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5849E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5849E is #0A7B61. Grayscale: #A8A8A8. Windows color (decimal): -686946 or 10388725. OLE color: 10388725.

HSL color Cylindrical-coordinate representation of color #F5849E: hue angle of 346.19º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5849E is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB245132158-
CMYK00.460.360.04
HSL346.19º84.96%73.92%-
HSV(B)346.19º46.12%96.08%-
XYZ52.0838.3837.01-
YUV168.75121.94182.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.79%
GREEN value IS 132 (51.95% from 255) = 24.67%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=45.79%
G=24.67%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513215800.460.360.04346.1984.9673.92
HexF5849E02E24415a554a
Octal365204236056444532125112
Binary111101011000010010011110010111010010010010101101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5849E; }

 p { color: rgb(245,132,158); }

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

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

 a { background-color: rgb(245,132,158); }

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

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

 span { border-color: rgb(245,132,158); }

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