#FF9199

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

Shades of Wewak #FF9199

Tints of Wewak #FF9199

Color information

#FF9199 (or 0xFF9199) is unknown color: approx Wewak. HEX triplet: FF, 91 and 99. RGB value is (255,145,153). Sum of RGB (Red+Green+Blue) = 255+145+153=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9199 is #006E66. Grayscale: #B2B2B2. Windows color (decimal): -28263 or 10064383. OLE color: 10064383.

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

Color convert

RGB255145153-
CMYK00.430.40
HSL355.64º100%78.43%-
HSV(B)355.64º43.14%100%-
XYZ57.1243.8135.58-
YUV178.8113.44182.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=46.11%
G=26.22%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514515300.430.40355.6410078.43
HexFF919902B280164644e
Octal377221231053500544144116
Binary1111111110010001100110010101011101000010110010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9199; }

 p { color: rgb(255,145,153); }

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

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

 a { background-color: rgb(255,145,153); }

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

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

 span { border-color: rgb(255,145,153); }

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