#FA939A

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

Shades of Wewak #FA939A

Tints of Wewak #FA939A

Color information

#FA939A (or 0xFA939A) is unknown color: approx Wewak. HEX triplet: FA, 93 and 9A. RGB value is (250,147,154). Sum of RGB (Red+Green+Blue) = 250+147+154=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA939A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA939A is #056C65. Grayscale: #B2B2B2. Windows color (decimal): -355430 or 10130426. OLE color: 10130426.

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

Color convert

RGB250147154-
CMYK00.410.380.02
HSL355.92º91.15%77.84%-
HSV(B)355.92º41.2%98.04%-
XYZ55.6943.5236.04-
YUV178.6114.12178.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 147 (57.81% from 255) = 26.68%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=45.37%
G=26.68%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014715400.410.380.02355.9291.1577.84
HexFA939A0292621645b4e
Octal372223232051462544133116
Binary11111010100100111001101001010011001101010110010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA939A; }

 p { color: rgb(250,147,154); }

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

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

 a { background-color: rgb(250,147,154); }

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

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

 span { border-color: rgb(250,147,154); }

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