#F2869E

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

Shades of Tickle Me Pink #F2869E

Tints of Tickle Me Pink #F2869E

Color information

#F2869E (or 0xF2869E) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 86 and 9E. RGB value is (242,134,158). Sum of RGB (Red+Green+Blue) = 242+134+158=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2869E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2869E is #0D7961. Grayscale: #A9A9A9. Windows color (decimal): -883042 or 10389234. OLE color: 10389234.

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

Color convert

RGB242134158-
CMYK00.450.350.05
HSL346.67º80.6%73.73%-
HSV(B)346.67º44.63%94.9%-
XYZ51.3138.437.05-
YUV169.03121.78180.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 134 (52.73% from 255) = 25.09%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=45.32%
G=25.09%
B=29.59%

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
Decimal24213415800.450.350.05346.6780.673.73
HexF2869E02D23515b514a
Octal362206236055435533121112
Binary111100101000011010011110010110110001110110101101110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2869E; }

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

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

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

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

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

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

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

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