#FA9199

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

Shades of Wewak #FA9199

Tints of Wewak #FA9199

Color information

#FA9199 (or 0xFA9199) is unknown color: approx Wewak. HEX triplet: FA, 91 and 99. RGB value is (250,145,153). Sum of RGB (Red+Green+Blue) = 250+145+153=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9199 is #056E66. Grayscale: #B1B1B1. Windows color (decimal): -355943 or 10064378. OLE color: 10064378.

HSL color Cylindrical-coordinate representation of color #FA9199: hue angle of 355.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA9199 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB250145153-
CMYK00.420.390.02
HSL355.43º91.3%77.45%-
HSV(B)355.43º42%98.04%-
XYZ55.342.8735.5-
YUV177.31114.29179.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.62%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 153 (60.16% from 255) = 27.92%
R=45.62%
G=26.46%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014515300.420.390.02355.4391.377.45
HexFA919902A2721635b4d
Octal372221231052472543133115
Binary11111010100100011001100101010101001111010110001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9199; }

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

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

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

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

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

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

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

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