#FA9499

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

Shades of Wewak #FA9499

Tints of Wewak #FA9499

Color information

#FA9499 (or 0xFA9499) is unknown color: approx Wewak. HEX triplet: FA, 94 and 99. RGB value is (250,148,153). Sum of RGB (Red+Green+Blue) = 250+148+153=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9499 is #056B66. Grayscale: #B3B3B3. Windows color (decimal): -355175 or 10065146. OLE color: 10065146.

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

Color convert

RGB250148153-
CMYK00.410.390.02
HSL357.06º91.07%78.04%-
HSV(B)357.06º40.8%98.04%-
XYZ55.7643.835.65-
YUV179.07113.29178.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 153 (60.16% from 255) = 27.77%
R=45.37%
G=26.86%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014815300.410.390.02357.0691.0778.04
HexFA94990292721655b4e
Octal372224231051472545133116
Binary11111010100101001001100101010011001111010110010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9499; }

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

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

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

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

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

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

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

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