#FF8095

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

Shades of Tickle Me Pink #FF8095

Tints of Tickle Me Pink #FF8095

Color information

#FF8095 (or 0xFF8095) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 80 and 95. RGB value is (255,128,149). Sum of RGB (Red+Green+Blue) = 255+128+149=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8095 is #007F6A. Grayscale: #A8A8A8. Windows color (decimal): -32619 or 9797887. OLE color: 9797887.

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

Color convert

RGB255128149-
CMYK00.500.420
HSL350.08º100%75.1%-
HSV(B)350.08º49.8%100%-
XYZ54.3838.8733.07-
YUV168.37117.08189.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=47.93%
G=24.06%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512814900.500.420350.0810075.1
HexFF80950322A015e644b
Octal377200225062520536144113
Binary1111111110000000100101010110010101010010101111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8095; }

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

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

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

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

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

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

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

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