#FF82B2

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

Shades of Tickle Me Pink #FF82B2

Tints of Tickle Me Pink #FF82B2

Color information

#FF82B2 (or 0xFF82B2) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 82 and B2. RGB value is (255,130,178). Sum of RGB (Red+Green+Blue) = 255+130+178=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF82B2 is #007D4D. Grayscale: #ACACAC. Windows color (decimal): -32078 or 11698943. OLE color: 11698943.

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

Color convert

RGB255130178-
CMYK00.490.300
HSL336.96º100%75.49%-
HSV(B)336.96º49.02%100%-
XYZ57.2640.4446.91-
YUV172.85130.91186.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 130 (51.17% from 255) = 23.09%
BLUE value IS 178 (69.92% from 255) = 31.62%
R=45.29%
G=23.09%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513017800.490.300336.9610075.49
HexFF82B20311E0151644b
Octal377202262061360521144113
Binary111111111000001010110010011000111110010101000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82B2; }

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

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

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

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

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

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

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

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