#FA8F93

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

Shades of Wewak #FA8F93

Tints of Wewak #FA8F93

Color information

#FA8F93 (or 0xFA8F93) is unknown color: approx Wewak. HEX triplet: FA, 8F and 93. RGB value is (250,143,147). Sum of RGB (Red+Green+Blue) = 250+143+147=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8F93 is #05706C. Grayscale: #AFAFAF. Windows color (decimal): -356461 or 9670650. OLE color: 9670650.

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

Color convert

RGB250143147-
CMYK00.430.410.02
HSL357.76º91.45%77.06%-
HSV(B)357.76º42.8%98.04%-
XYZ54.5142.0832.85-
YUV175.45111.95181.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.30%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 147 (57.81% from 255) = 27.22%
R=46.30%
G=26.48%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014314700.430.410.02357.7691.4577.06
HexFA8F9302B2921665b4d
Octal372217223053512546133115
Binary11111010100011111001001101010111010011010110011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8F93; }

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

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

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

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

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

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

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

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