#F0949B

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

Shades of Wewak #F0949B

Tints of Wewak #F0949B

Color information

#F0949B (or 0xF0949B) is unknown color: approx Wewak. HEX triplet: F0, 94 and 9B. RGB value is (240,148,155). Sum of RGB (Red+Green+Blue) = 240+148+155=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0949B is #0F6B64. Grayscale: #B0B0B0. Windows color (decimal): -1010533 or 10196208. OLE color: 10196208.

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

Color convert

RGB240148155-
CMYK00.380.350.06
HSL355.43º75.41%76.08%-
HSV(B)355.43º38.33%94.12%-
XYZ52.4442.0736.37-
YUV176.31115.98173.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=44.20%
G=27.26%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014815500.380.350.06355.4375.4176.08
HexF0949B0262361634b4c
Octal360224233046436543113114
Binary111100001001010010011011010011010001111010110001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0949B; }

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

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

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

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

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

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

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

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