#F1849F

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

Shades of Tickle Me Pink #F1849F

Tints of Tickle Me Pink #F1849F

Color information

#F1849F (or 0xF1849F) is unknown color: approx Tickle Me Pink. HEX triplet: F1, 84 and 9F. RGB value is (241,132,159). Sum of RGB (Red+Green+Blue) = 241+132+159=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1849F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1849F is #0E7B60. Grayscale: #A7A7A7. Windows color (decimal): -949089 or 10454257. OLE color: 10454257.

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

Color convert

RGB241132159-
CMYK00.450.340.05
HSL345.14º79.56%73.14%-
HSV(B)345.14º45.23%94.51%-
XYZ50.7837.7137.4-
YUV167.67123.11180.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.30%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=45.30%
G=24.81%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113215900.450.340.05345.1479.5673.14
HexF1849F02D2251595049
Octal361204237055425531120111
Binary111100011000010010011111010110110001010110101100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1849F; }

 p { color: rgb(241,132,159); }

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

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

 a { background-color: rgb(241,132,159); }

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

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

 span { border-color: rgb(241,132,159); }

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