#F074A5

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

Shades of Tickle Me Pink #F074A5

Tints of Tickle Me Pink #F074A5

Color information

#F074A5 (or 0xF074A5) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 74 and A5. RGB value is (240,116,165). Sum of RGB (Red+Green+Blue) = 240+116+165=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F074A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F074A5 is #0F8B5A. Grayscale: #9E9E9E. Windows color (decimal): -1018715 or 10843376. OLE color: 10843376.

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

Color convert

RGB240116165-
CMYK00.520.310.06
HSL336.29º80.52%69.8%-
HSV(B)336.29º51.67%94.12%-
XYZ48.9733.7339.53-
YUV158.66131.58186.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.07%
GREEN value IS 116 (45.70% from 255) = 22.26%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=46.07%
G=22.26%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011616500.520.310.06336.2980.5269.8
HexF074A50341F61505146
Octal360164245064376520121106
Binary1111000011101001010010101101001111111010101000010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F074A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F074A5; }

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

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

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

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

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

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

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

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