#F074A6

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

Shades of Tickle Me Pink #F074A6

Tints of Tickle Me Pink #F074A6

Color information

#F074A6 (or 0xF074A6) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 74 and A6. RGB value is (240,116,166). Sum of RGB (Red+Green+Blue) = 240+116+166=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F074A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F074A6 is #0F8B59. Grayscale: #9E9E9E. Windows color (decimal): -1018714 or 10908912. OLE color: 10908912.

HSL color Cylindrical-coordinate representation of color #F074A6: hue angle of 335.81º 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 #F074A6 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB240116166-
CMYK00.520.310.06
HSL335.81º80.52%69.8%-
HSV(B)335.81º51.67%94.12%-
XYZ49.0633.7740.01-
YUV158.78132.08185.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.98%
GREEN value IS 116 (45.70% from 255) = 22.22%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=45.98%
G=22.22%
B=31.80%

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
Decimal24011616600.520.310.06335.8180.5269.8
HexF074A60341F61505146
Octal360164246064376520121106
Binary1111000011101001010011001101001111111010101000010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F074A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F074A6; }

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

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

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

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

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

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

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

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