#FF8295

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

Shades of Tickle Me Pink #FF8295

Tints of Tickle Me Pink #FF8295

Color information

#FF8295 (or 0xFF8295) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 82 and 95. RGB value is (255,130,149). Sum of RGB (Red+Green+Blue) = 255+130+149=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8295 is #007D6A. Grayscale: #A9A9A9. Windows color (decimal): -32107 or 9798399. OLE color: 9798399.

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

Color convert

RGB255130149-
CMYK00.490.420
HSL350.88º100%75.49%-
HSV(B)350.88º49.02%100%-
XYZ54.6539.433.16-
YUV169.54116.41188.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 130 (51.17% from 255) = 24.34%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=47.75%
G=24.34%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513014900.490.420350.8810075.49
HexFF82950312A015f644b
Octal377202225061520537144113
Binary1111111110000010100101010110001101010010101111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8295; }

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

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

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

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

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

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

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

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