#FF9296

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

Shades of Wewak #FF9296

Tints of Wewak #FF9296

Color information

#FF9296 (or 0xFF9296) is unknown color: approx Wewak. HEX triplet: FF, 92 and 96. RGB value is (255,146,150). Sum of RGB (Red+Green+Blue) = 255+146+150=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9296 is #006D69. Grayscale: #B3B3B3. Windows color (decimal): -28010 or 9868031. OLE color: 9868031.

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

Color convert

RGB255146150-
CMYK00.430.410
HSL357.8º100%78.63%-
HSV(B)357.8º42.75%100%-
XYZ57.0244.0234.35-
YUV179.05111.61182.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 150 (58.98% from 255) = 27.22%
R=46.28%
G=26.50%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514615000.430.410357.810078.63
HexFF929602B290166644f
Octal377222226053510546144117
Binary1111111110010010100101100101011101001010110011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9296; }

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

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

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

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

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

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

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

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