#F5A0A4

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

Shades of Wewak #F5A0A4

Tints of Wewak #F5A0A4

Color information

#F5A0A4 (or 0xF5A0A4) is unknown color: approx Wewak. HEX triplet: F5, A0 and A4. RGB value is (245,160,164). Sum of RGB (Red+Green+Blue) = 245+160+164=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A0A4 is #0A5F5B. Grayscale: #B9B9B9. Windows color (decimal): -679772 or 10789109. OLE color: 10789109.

HSL color Cylindrical-coordinate representation of color #F5A0A4: hue angle of 357.18º 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 #F5A0A4 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB245160164-
CMYK00.350.330.04
HSL357.18º80.95%79.41%-
HSV(B)357.18º34.69%96.08%-
XYZ56.9347.2341.24-
YUV185.87115.66170.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.06%
GREEN value IS 160 (62.89% from 255) = 28.12%
BLUE value IS 164 (64.45% from 255) = 28.82%
R=43.06%
G=28.12%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516016400.350.330.04357.1880.9579.41
HexF5A0A4023214165514f
Octal365240244043414545121117
Binary111101011010000010100100010001110000110010110010110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A0A4; }

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

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

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

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

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

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

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

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