#FA9095

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

Shades of Wewak #FA9095

Tints of Wewak #FA9095

Color information

#FA9095 (or 0xFA9095) is unknown color: approx Wewak. HEX triplet: FA, 90 and 95. RGB value is (250,144,149). Sum of RGB (Red+Green+Blue) = 250+144+149=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9095 is #056F6A. Grayscale: #B0B0B0. Windows color (decimal): -356203 or 9801978. OLE color: 9801978.

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

Color convert

RGB250144149-
CMYK00.420.400.02
HSL357.17º91.38%77.25%-
HSV(B)357.17º42.4%98.04%-
XYZ54.8242.4433.74-
YUV176.26112.62180.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=46.04%
G=26.52%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014414900.420.400.02357.1791.3877.25
HexFA909502A2821655b4d
Octal372220225052502545133115
Binary11111010100100001001010101010101010001010110010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9095; }

 p { color: rgb(250,144,149); }

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

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

 a { background-color: rgb(250,144,149); }

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

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

 span { border-color: rgb(250,144,149); }

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