#F2849E

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

Shades of Tickle Me Pink #F2849E

Tints of Tickle Me Pink #F2849E

Color information

#F2849E (or 0xF2849E) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 84 and 9E. RGB value is (242,132,158). Sum of RGB (Red+Green+Blue) = 242+132+158=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2849E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2849E is #0D7B61. Grayscale: #A7A7A7. Windows color (decimal): -883554 or 10388722. OLE color: 10388722.

HSL color Cylindrical-coordinate representation of color #F2849E: hue angle of 345.82º degrees, saturation: 0.81, 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 #F2849E is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB242132158-
CMYK00.450.350.05
HSL345.82º80.88%73.33%-
HSV(B)345.82º45.45%94.9%-
XYZ51.0437.8536.96-
YUV167.85122.44180.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.49%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 158 (62.11% from 255) = 29.70%
R=45.49%
G=24.81%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213215800.450.350.05345.8280.8873.33
HexF2849E02D23515a5149
Octal362204236055435532121111
Binary111100101000010010011110010110110001110110101101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2849E; }

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

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

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

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

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

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

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

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