#F470A5

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

Shades of Tickle Me Pink #F470A5

Tints of Tickle Me Pink #F470A5

Color information

#F470A5 (or 0xF470A5) is unknown color: approx Tickle Me Pink. HEX triplet: F4, 70 and A5. RGB value is (244,112,165). Sum of RGB (Red+Green+Blue) = 244+112+165=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F470A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F470A5 is #0B8F5A. Grayscale: #9D9D9D. Windows color (decimal): -757595 or 10842356. OLE color: 10842356.

HSL color Cylindrical-coordinate representation of color #F470A5: hue angle of 335.91º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F470A5 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB244112165-
CMYK00.540.320.04
HSL335.91º85.71%69.8%-
HSV(B)335.91º54.1%95.69%-
XYZ49.8933.5439.44-
YUV157.51132.23189.69-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.83%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=46.83%
G=21.50%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411216500.540.320.04335.9185.7169.8
HexF470A50362041505646
Octal364160245066404520126106
Binary11110100111000010100101011011010000010010101000010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470A5; }

 p { color: rgb(244,112,165); }

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

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

 a { background-color: rgb(244,112,165); }

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

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

 span { border-color: rgb(244,112,165); }

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