#FA999F

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

Shades of Wewak #FA999F

Tints of Wewak #FA999F

Color information

#FA999F (or 0xFA999F) is unknown color: approx Wewak. HEX triplet: FA, 99 and 9F. RGB value is (250,153,159). Sum of RGB (Red+Green+Blue) = 250+153+159=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA999F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA999F is #056660. Grayscale: #B6B6B6. Windows color (decimal): -353889 or 10459642. OLE color: 10459642.

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

Color convert

RGB250153159-
CMYK00.390.360.02
HSL356.29º90.65%79.02%-
HSV(B)356.29º38.8%98.04%-
XYZ57.0745.6138.6-
YUV182.69114.64176.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 153 (60.16% from 255) = 27.22%
BLUE value IS 159 (62.5% from 255) = 28.29%
R=44.48%
G=27.22%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015315900.390.360.02356.2990.6579.02
HexFA999F0272421645b4f
Octal372231237047442544133117
Binary11111010100110011001111101001111001001010110010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA999F; }

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

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

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

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

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

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

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

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