#FF70A2

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

Shades of Tickle Me Pink #FF70A2

Tints of Tickle Me Pink #FF70A2

Color information

#FF70A2 (or 0xFF70A2) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 70 and A2. RGB value is (255,112,162). Sum of RGB (Red+Green+Blue) = 255+112+162=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF70A2 is #008F5D. Grayscale: #A0A0A0. Windows color (decimal): -36702 or 10645759. OLE color: 10645759.

HSL color Cylindrical-coordinate representation of color #FF70A2: hue angle of 339.02º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70A2 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255112162-
CMYK00.560.360
HSL339.02º100%71.96%-
HSV(B)339.02º56.08%100%-
XYZ53.5635.4638.2-
YUV160.46128.88195.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=48.20%
G=21.17%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511216200.560.360339.0210071.96
HexFF70A20382401536448
Octal377160242070440523144110
Binary111111111110000101000100111000100100010101001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70A2; }

 p { color: rgb(255,112,162); }

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

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

 a { background-color: rgb(255,112,162); }

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

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

 span { border-color: rgb(255,112,162); }

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