#F09294

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

Shades of Wewak #F09294

Tints of Wewak #F09294

Color information

#F09294 (or 0xF09294) is unknown color: approx Wewak. HEX triplet: F0, 92 and 94. RGB value is (240,146,148). Sum of RGB (Red+Green+Blue) = 240+146+148=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F09294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09294 is #0F6D6B. Grayscale: #AEAEAE. Windows color (decimal): -1011052 or 9736944. OLE color: 9736944.

HSL color Cylindrical-coordinate representation of color #F09294: hue angle of 358.72º 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 #F09294 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240146148-
CMYK00.390.380.06
HSL358.72º75.81%75.69%-
HSV(B)358.72º39.17%94.12%-
XYZ51.5641.2233.26-
YUV174.33113.14174.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.94%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=44.94%
G=27.34%
B=27.72%

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
Decimal24014614800.390.380.06358.7275.8175.69
HexF092940272661674c4c
Octal360222224047466547114114
Binary111100001001001010010100010011110011011010110011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09294; }

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

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

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

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

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

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

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

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