#FA9293

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

Shades of Wewak #FA9293

Tints of Wewak #FA9293

Color information

#FA9293 (or 0xFA9293) is unknown color: approx Wewak. HEX triplet: FA, 92 and 93. RGB value is (250,146,147). Sum of RGB (Red+Green+Blue) = 250+146+147=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9293 is #056D6C. Grayscale: #B1B1B1. Windows color (decimal): -355693 or 9671418. OLE color: 9671418.

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

Color convert

RGB250146147-
CMYK00.420.410.02
HSL359.42º91.23%77.65%-
HSV(B)359.42º41.6%98.04%-
XYZ54.9742.9933-
YUV177.21110.96179.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 146 (57.42% from 255) = 26.89%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=46.04%
G=26.89%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014614700.420.410.02359.4291.2377.65
HexFA929302A2921675b4e
Octal372222223052512547133116
Binary11111010100100101001001101010101010011010110011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9293; }

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

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

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

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

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

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

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

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