#F59094

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

Shades of Wewak #F59094

Tints of Wewak #F59094

Color information

#F59094 (or 0xF59094) is unknown color: approx Wewak. HEX triplet: F5, 90 and 94. RGB value is (245,144,148). Sum of RGB (Red+Green+Blue) = 245+144+148=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F59094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59094 is #0A6F6B. Grayscale: #AEAEAE. Windows color (decimal): -683884 or 9736437. OLE color: 9736437.

HSL color Cylindrical-coordinate representation of color #F59094: hue angle of 357.62º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F59094 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB245144148-
CMYK00.410.400.04
HSL357.62º83.47%76.27%-
HSV(B)357.62º41.22%96.08%-
XYZ52.9741.533.23-
YUV174.65112.96178.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.62%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=45.62%
G=26.82%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514414800.410.400.04357.6283.4776.27
HexF59094029284166534c
Octal365220224051504546123114
Binary111101011001000010010100010100110100010010110011010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59094; }

 p { color: rgb(245,144,148); }

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

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

 a { background-color: rgb(245,144,148); }

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

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

 span { border-color: rgb(245,144,148); }

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