#F084A4

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

Shades of Tickle Me Pink #F084A4

Tints of Tickle Me Pink #F084A4

Color information

#F084A4 (or 0xF084A4) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 84 and A4. RGB value is (240,132,164). Sum of RGB (Red+Green+Blue) = 240+132+164=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F084A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F084A4 is #0F7B5B. Grayscale: #A7A7A7. Windows color (decimal): -1014620 or 10781936. OLE color: 10781936.

HSL color Cylindrical-coordinate representation of color #F084A4: hue angle of 342.22º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F084A4 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240132164-
CMYK00.450.320.06
HSL342.22º78.26%72.94%-
HSV(B)342.22º45%94.12%-
XYZ50.8937.7139.72-
YUV167.94125.78179.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.78%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=44.78%
G=24.63%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013216400.450.320.06342.2278.2672.94
HexF084A402D2061564e49
Octal360204244055406526116111
Binary111100001000010010100100010110110000011010101011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F084A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F084A4; }

 p { color: rgb(240,132,164); }

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

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

 a { background-color: rgb(240,132,164); }

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

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

 span { border-color: rgb(240,132,164); }

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