#F074A7

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

Shades of Tickle Me Pink #F074A7

Tints of Tickle Me Pink #F074A7

Color information

#F074A7 (or 0xF074A7) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 74 and A7. RGB value is (240,116,167). Sum of RGB (Red+Green+Blue) = 240+116+167=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F074A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F074A7 is #0F8B58. Grayscale: #9E9E9E. Windows color (decimal): -1018713 or 10974448. OLE color: 10974448.

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

Color convert

RGB240116167-
CMYK00.520.300.06
HSL335.32º80.52%69.8%-
HSV(B)335.32º51.67%94.12%-
XYZ49.1633.8140.49-
YUV158.89132.58185.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.89%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 167 (65.62% from 255) = 31.93%
R=45.89%
G=22.18%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011616700.520.300.06335.3280.5269.8
HexF074A70341E614f5146
Octal360164247064366517121106
Binary1111000011101001010011101101001111011010100111110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F074A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F074A7; }

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

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

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

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

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

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

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

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