#FF9496

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

Shades of Wewak #FF9496

Tints of Wewak #FF9496

Color information

#FF9496 (or 0xFF9496) is unknown color: approx Wewak. HEX triplet: FF, 94 and 96. RGB value is (255,148,150). Sum of RGB (Red+Green+Blue) = 255+148+150=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9496 is #006B69. Grayscale: #B4B4B4. Windows color (decimal): -27498 or 9868543. OLE color: 9868543.

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

Color convert

RGB255148150-
CMYK00.420.410
HSL358.88º100%79.02%-
HSV(B)358.88º41.96%100%-
XYZ57.3344.6434.45-
YUV180.22110.95181.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=46.11%
G=26.76%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514815000.420.410358.8810079.02
HexFF949602A290167644f
Octal377224226052510547144117
Binary1111111110010100100101100101010101001010110011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9496; }

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

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

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

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

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

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

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

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