#F077A4

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

Shades of Tickle Me Pink #F077A4

Tints of Tickle Me Pink #F077A4

Color information

#F077A4 (or 0xF077A4) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 77 and A4. RGB value is (240,119,164). Sum of RGB (Red+Green+Blue) = 240+119+164=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F077A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F077A4 is #0F885B. Grayscale: #A0A0A0. Windows color (decimal): -1017948 or 10778608. OLE color: 10778608.

HSL color Cylindrical-coordinate representation of color #F077A4: hue angle of 337.69º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077A4 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240119164-
CMYK00.500.320.06
HSL337.69º80.13%70.39%-
HSV(B)337.69º50.42%94.12%-
XYZ49.2334.439.17-
YUV160.31130.09184.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.89%
GREEN value IS 119 (46.88% from 255) = 22.75%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=45.89%
G=22.75%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011916400.500.320.06337.6980.1370.39
HexF077A40322061525046
Octal360167244062406522120106
Binary11110000111011110100100011001010000011010101001010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077A4; }

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

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

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

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

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

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

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

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