#F9A5A7

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

Shades of Wewak #F9A5A7

Tints of Wewak #F9A5A7

Color information

#F9A5A7 (or 0xF9A5A7) is unknown color: approx Wewak. HEX triplet: F9, A5 and A7. RGB value is (249,165,167). Sum of RGB (Red+Green+Blue) = 249+165+167=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A5A7 is #065A58. Grayscale: #BEBEBE. Windows color (decimal): -416345 or 10987001. OLE color: 10987001.

HSL color Cylindrical-coordinate representation of color #F9A5A7: hue angle of 358.57º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A5A7 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB249165167-
CMYK00.340.330.02
HSL358.57º87.5%81.18%-
HSV(B)358.57º33.73%97.65%-
XYZ59.549.8443.04-
YUV190.34114.83169.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 165 (64.84% from 255) = 28.40%
BLUE value IS 167 (65.62% from 255) = 28.74%
R=42.86%
G=28.40%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916516700.340.330.02358.5787.581.18
HexF9A5A70222121675851
Octal371245247042412547130121
Binary11111001101001011010011101000101000011010110011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A5A7; }

 p { color: rgb(249,165,167); }

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

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

 a { background-color: rgb(249,165,167); }

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

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

 span { border-color: rgb(249,165,167); }

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