#FF75A2

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

Shades of Tickle Me Pink #FF75A2

Tints of Tickle Me Pink #FF75A2

Color information

#FF75A2 (or 0xFF75A2) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 75 and A2. RGB value is (255,117,162). Sum of RGB (Red+Green+Blue) = 255+117+162=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF75A2 is #008A5D. Grayscale: #A3A3A3. Windows color (decimal): -35422 or 10647039. OLE color: 10647039.

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

Color convert

RGB255117162-
CMYK00.540.360
HSL340.43º100%72.94%-
HSV(B)340.43º54.12%100%-
XYZ54.1236.5938.39-
YUV163.39127.22193.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 162 (63.67% from 255) = 30.34%
R=47.75%
G=21.91%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511716200.540.360340.4310072.94
HexFF75A20362401546449
Octal377165242066440524144111
Binary111111111110101101000100110110100100010101010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF75A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF75A2; }

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

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

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

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

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

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

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

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