#FF82A5

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

Shades of Tickle Me Pink #FF82A5

Tints of Tickle Me Pink #FF82A5

Color information

#FF82A5 (or 0xFF82A5) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 82 and A5. RGB value is (255,130,165). Sum of RGB (Red+Green+Blue) = 255+130+165=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF82A5 is #007D5A. Grayscale: #ABABAB. Windows color (decimal): -32091 or 10846975. OLE color: 10846975.

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

Color convert

RGB255130165-
CMYK00.490.350
HSL343.2º100%75.49%-
HSV(B)343.2º49.02%100%-
XYZ56.0139.9440.35-
YUV171.36124.41187.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 165 (64.84% from 255) = 30%
R=46.36%
G=23.64%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513016500.490.350343.210075.49
HexFF82A5031230157644b
Octal377202245061430527144113
Binary1111111110000010101001010110001100011010101011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82A5; }

 p { color: rgb(255,130,165); }

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

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

 a { background-color: rgb(255,130,165); }

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

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

 span { border-color: rgb(255,130,165); }

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