#FA70A6

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

Shades of Tickle Me Pink #FA70A6

Tints of Tickle Me Pink #FA70A6

Color information

#FA70A6 (or 0xFA70A6) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 70 and A6. RGB value is (250,112,166). Sum of RGB (Red+Green+Blue) = 250+112+166=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA70A6 is #058F59. Grayscale: #9F9F9F. Windows color (decimal): -364378 or 10907898. OLE color: 10907898.

HSL color Cylindrical-coordinate representation of color #FA70A6: hue angle of 336.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA70A6 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB250112166-
CMYK00.550.340.02
HSL336.52º93.24%70.98%-
HSV(B)336.52º55.2%98.04%-
XYZ52.134.6740.02-
YUV159.42131.72192.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 112 (44.14% from 255) = 21.21%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=47.35%
G=21.21%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011216600.550.340.02336.5293.2470.98
HexFA70A60372221515d47
Octal372160246067422521135107
Binary1111101011100001010011001101111000101010101000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA70A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA70A6; }

 p { color: rgb(250,112,166); }

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

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

 a { background-color: rgb(250,112,166); }

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

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

 span { border-color: rgb(250,112,166); }

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