#FF9596

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

Shades of Wewak #FF9596

Tints of Wewak #FF9596

Color information

#FF9596 (or 0xFF9596) is unknown color: approx Wewak. HEX triplet: FF, 95 and 96. RGB value is (255,149,150). Sum of RGB (Red+Green+Blue) = 255+149+150=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9596 is #006A69. Grayscale: #B4B4B4. Windows color (decimal): -27242 or 9868799. OLE color: 9868799.

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

Color convert

RGB255149150-
CMYK00.420.410
HSL359.43º100%79.22%-
HSV(B)359.43º41.57%100%-
XYZ57.4944.9634.5-
YUV180.81110.62180.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=46.03%
G=26.90%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514915000.420.410359.4310079.22
HexFF959602A290167644f
Octal377225226052510547144117
Binary1111111110010101100101100101010101001010110011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9596; }

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

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

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

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

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

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

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

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