#FF8094

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

Shades of Tickle Me Pink #FF8094

Tints of Tickle Me Pink #FF8094

Color information

#FF8094 (or 0xFF8094) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 80 and 94. RGB value is (255,128,148). Sum of RGB (Red+Green+Blue) = 255+128+148=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8094 is #007F6B. Grayscale: #A8A8A8. Windows color (decimal): -32620 or 9732351. OLE color: 9732351.

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

Color convert

RGB255128148-
CMYK00.500.420
HSL350.55º100%75.1%-
HSV(B)350.55º49.8%100%-
XYZ54.338.8432.65-
YUV168.25116.58189.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=48.02%
G=24.11%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512814800.500.420350.5510075.1
HexFF80940322A015f644b
Octal377200224062520537144113
Binary1111111110000000100101000110010101010010101111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8094; }

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

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

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

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

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

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

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

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