#F2819E

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

Shades of Tickle Me Pink #F2819E

Tints of Tickle Me Pink #F2819E

Color information

#F2819E (or 0xF2819E) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 81 and 9E. RGB value is (242,129,158). Sum of RGB (Red+Green+Blue) = 242+129+158=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2819E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2819E is #0D7E61. Grayscale: #A6A6A6. Windows color (decimal): -884322 or 10387954. OLE color: 10387954.

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

Color convert

RGB242129158-
CMYK00.470.350.05
HSL344.6º81.29%72.75%-
HSV(B)344.6º46.69%94.9%-
XYZ50.6437.0536.83-
YUV166.09123.44182.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.75%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=45.75%
G=24.39%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212915800.470.350.05344.681.2972.75
HexF2819E02F2351595149
Octal362201236057435531121111
Binary111100101000000110011110010111110001110110101100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2819E; }

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

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

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

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

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

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

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

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