#F4A0A3

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

Shades of Wewak #F4A0A3

Tints of Wewak #F4A0A3

Color information

#F4A0A3 (or 0xF4A0A3) is unknown color: approx Wewak. HEX triplet: F4, A0 and A3. RGB value is (244,160,163). Sum of RGB (Red+Green+Blue) = 244+160+163=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A0A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A0A3 is #0B5F5C. Grayscale: #B9B9B9. Windows color (decimal): -745309 or 10723572. OLE color: 10723572.

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

Color convert

RGB244160163-
CMYK00.340.330.04
HSL357.86º79.25%79.22%-
HSV(B)357.86º34.43%95.69%-
XYZ56.4947.0240.75-
YUV185.46115.33169.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.03%
GREEN value IS 160 (62.89% from 255) = 28.22%
BLUE value IS 163 (64.06% from 255) = 28.75%
R=43.03%
G=28.22%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416016300.340.330.04357.8679.2579.22
HexF4A0A30222141664f4f
Octal364240243042414546117117
Binary111101001010000010100011010001010000110010110011010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A0A3; }

 p { color: rgb(244,160,163); }

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

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

 a { background-color: rgb(244,160,163); }

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

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

 span { border-color: rgb(244,160,163); }

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