#FA919F

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

Shades of Wewak #FA919F

Tints of Wewak #FA919F

Color information

#FA919F (or 0xFA919F) is unknown color: approx Wewak. HEX triplet: FA, 91 and 9F. RGB value is (250,145,159). Sum of RGB (Red+Green+Blue) = 250+145+159=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA919F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA919F is #056E60. Grayscale: #B2B2B2. Windows color (decimal): -355937 or 10457594. OLE color: 10457594.

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

Color convert

RGB250145159-
CMYK00.420.360.02
HSL352º91.3%77.45%-
HSV(B)352º42%98.04%-
XYZ55.8143.0838.17-
YUV177.99117.29179.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=45.13%
G=26.17%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014515900.420.360.0235291.377.45
HexFA919F02A2421605b4d
Octal372221237052442540133115
Binary11111010100100011001111101010101001001010110000010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA919F; }

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

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

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

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

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

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

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

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