#FA939F

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

Shades of Wewak #FA939F

Tints of Wewak #FA939F

Color information

#FA939F (or 0xFA939F) is unknown color: approx Wewak. HEX triplet: FA, 93 and 9F. RGB value is (250,147,159). Sum of RGB (Red+Green+Blue) = 250+147+159=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA939F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA939F is #056C60. Grayscale: #B3B3B3. Windows color (decimal): -355425 or 10458106. OLE color: 10458106.

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

Color convert

RGB250147159-
CMYK00.410.360.02
HSL353.01º91.15%77.84%-
HSV(B)353.01º41.2%98.04%-
XYZ56.1243.6938.28-
YUV179.16116.62178.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 147 (57.81% from 255) = 26.44%
BLUE value IS 159 (62.5% from 255) = 28.60%
R=44.96%
G=26.44%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014715900.410.360.02353.0191.1577.84
HexFA939F0292421615b4e
Octal372223237051442541133116
Binary11111010100100111001111101010011001001010110000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA939F; }

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

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

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

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

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

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

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

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