#FF8596

Color #FF8596 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #FF8596

Tints of Wewak #FF8596

Color information

#FF8596 (or 0xFF8596) is unknown color: approx Wewak. HEX triplet: FF, 85 and 96. RGB value is (255,133,150). Sum of RGB (Red+Green+Blue) = 255+133+150=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8596 is #007A69. Grayscale: #ABABAB. Windows color (decimal): -31338 or 9864703. OLE color: 9864703.

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

Color convert

RGB255133150-
CMYK00.480.410
HSL351.64º100%76.08%-
HSV(B)351.64º47.84%100%-
XYZ55.1340.2433.71-
YUV171.42115.92187.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=47.40%
G=24.72%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513315000.480.410351.6410076.08
HexFF8596030290160644c
Octal377205226060510540144114
Binary1111111110000101100101100110000101001010110000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8596; }

 p { color: rgb(255,133,150); }

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

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

 a { background-color: rgb(255,133,150); }

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

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

 span { border-color: rgb(255,133,150); }

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