#F5A0A1

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

Shades of Wewak #F5A0A1

Tints of Wewak #F5A0A1

Color information

#F5A0A1 (or 0xF5A0A1) is unknown color: approx Wewak. HEX triplet: F5, A0 and A1. RGB value is (245,160,161). Sum of RGB (Red+Green+Blue) = 245+160+161=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A0A1 is #0A5F5E. Grayscale: #B9B9B9. Windows color (decimal): -679775 or 10592501. OLE color: 10592501.

HSL color Cylindrical-coordinate representation of color #F5A0A1: hue angle of 359.29º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0A1 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB245160161-
CMYK00.350.340.04
HSL359.29º80.95%79.41%-
HSV(B)359.29º34.69%96.08%-
XYZ56.6647.1339.83-
YUV185.53114.16170.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.29%
GREEN value IS 160 (62.89% from 255) = 28.27%
BLUE value IS 161 (63.28% from 255) = 28.45%
R=43.29%
G=28.27%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516016100.350.340.04359.2980.9579.41
HexF5A0A1023224167514f
Octal365240241043424547121117
Binary111101011010000010100001010001110001010010110011110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A0A1; }

 p { color: rgb(245,160,161); }

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

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

 a { background-color: rgb(245,160,161); }

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

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

 span { border-color: rgb(245,160,161); }

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