#F1829F

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

Shades of Tickle Me Pink #F1829F

Tints of Tickle Me Pink #F1829F

Color information

#F1829F (or 0xF1829F) is unknown color: approx Tickle Me Pink. HEX triplet: F1, 82 and 9F. RGB value is (241,130,159). Sum of RGB (Red+Green+Blue) = 241+130+159=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1829F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1829F is #0E7D60. Grayscale: #A6A6A6. Windows color (decimal): -949601 or 10453745. OLE color: 10453745.

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

Color convert

RGB241130159-
CMYK00.460.340.05
HSL344.32º79.86%72.75%-
HSV(B)344.32º46.06%94.51%-
XYZ50.5237.1737.31-
YUV166.5123.77181.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 159 (62.5% from 255) = 30%
R=45.47%
G=24.53%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113015900.460.340.05344.3279.8672.75
HexF1829F02E2251585049
Octal361202237056425530120111
Binary111100011000001010011111010111010001010110101100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1829F; }

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

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

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

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

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

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

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

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