#F09394

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

Shades of Wewak #F09394

Tints of Wewak #F09394

Color information

#F09394 (or 0xF09394) is unknown color: approx Wewak. HEX triplet: F0, 93 and 94. RGB value is (240,147,148). Sum of RGB (Red+Green+Blue) = 240+147+148=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F09394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09394 is #0F6C6B. Grayscale: #AFAFAF. Windows color (decimal): -1010796 or 9737200. OLE color: 9737200.

HSL color Cylindrical-coordinate representation of color #F09394: hue angle of 359.35º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F09394 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240147148-
CMYK00.390.380.06
HSL359.35º75.61%75.88%-
HSV(B)359.35º38.75%94.12%-
XYZ51.7141.5333.31-
YUV174.92112.81174.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.86%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=44.86%
G=27.48%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014714800.390.380.06359.3575.6175.88
HexF093940272661674c4c
Octal360223224047466547114114
Binary111100001001001110010100010011110011011010110011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09394; }

 p { color: rgb(240,147,148); }

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

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

 a { background-color: rgb(240,147,148); }

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

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

 span { border-color: rgb(240,147,148); }

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