#F076A5

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

Shades of Tickle Me Pink #F076A5

Tints of Tickle Me Pink #F076A5

Color information

#F076A5 (or 0xF076A5) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 76 and A5. RGB value is (240,118,165). Sum of RGB (Red+Green+Blue) = 240+118+165=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F076A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F076A5 is #0F895A. Grayscale: #9F9F9F. Windows color (decimal): -1018203 or 10843888. OLE color: 10843888.

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

Color convert

RGB240118165-
CMYK00.510.310.06
HSL336.89º80.26%70.2%-
HSV(B)336.89º50.83%94.12%-
XYZ49.2134.239.6-
YUV159.84130.92185.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.89%
GREEN value IS 118 (46.48% from 255) = 22.56%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=45.89%
G=22.56%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011816500.510.310.06336.8980.2670.2
HexF076A50331F61515046
Octal360166245063376521120106
Binary1111000011101101010010101100111111111010101000110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F076A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F076A5; }

 p { color: rgb(240,118,165); }

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

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

 a { background-color: rgb(240,118,165); }

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

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

 span { border-color: rgb(240,118,165); }

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