#F0949E

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

Shades of Wewak #F0949E

Tints of Wewak #F0949E

Color information

#F0949E (or 0xF0949E) is unknown color: approx Wewak. HEX triplet: F0, 94 and 9E. RGB value is (240,148,158). Sum of RGB (Red+Green+Blue) = 240+148+158=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0949E is #0F6B61. Grayscale: #B0B0B0. Windows color (decimal): -1010530 or 10392816. OLE color: 10392816.

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

Color convert

RGB240148158-
CMYK00.380.340.06
HSL353.48º75.41%76.08%-
HSV(B)353.48º38.33%94.12%-
XYZ52.742.1737.71-
YUV176.65117.48173.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.96%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=43.96%
G=27.11%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014815800.380.340.06353.4875.4176.08
HexF0949E0262261614b4c
Octal360224236046426541113114
Binary111100001001010010011110010011010001011010110000110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0949E; }

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

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

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

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

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

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

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

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