#FF70A1

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

Shades of Tickle Me Pink #FF70A1

Tints of Tickle Me Pink #FF70A1

Color information

#FF70A1 (or 0xFF70A1) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 70 and A1. RGB value is (255,112,161). Sum of RGB (Red+Green+Blue) = 255+112+161=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF70A1 is #008F5E. Grayscale: #A0A0A0. Windows color (decimal): -36703 or 10580223. OLE color: 10580223.

HSL color Cylindrical-coordinate representation of color #FF70A1: hue angle of 339.44º 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 #FF70A1 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255112161-
CMYK00.560.370
HSL339.44º100%71.96%-
HSV(B)339.44º56.08%100%-
XYZ53.4735.4237.74-
YUV160.34128.38195.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 112 (44.14% from 255) = 21.21%
BLUE value IS 161 (63.28% from 255) = 30.49%
R=48.30%
G=21.21%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511216100.560.370339.4410071.96
HexFF70A10382501536448
Octal377160241070450523144110
Binary111111111110000101000010111000100101010101001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70A1; }

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

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

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

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

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

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

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

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