#F09195

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

Shades of Wewak #F09195

Tints of Wewak #F09195

Color information

#F09195 (or 0xF09195) is unknown color: approx Wewak. HEX triplet: F0, 91 and 95. RGB value is (240,145,149). Sum of RGB (Red+Green+Blue) = 240+145+149=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F09195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09195 is #0F6E6A. Grayscale: #ADADAD. Windows color (decimal): -1011307 or 9802224. OLE color: 9802224.

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

Color convert

RGB240145149-
CMYK00.400.380.06
HSL357.47º76%75.49%-
HSV(B)357.47º39.58%94.12%-
XYZ51.4940.9533.62-
YUV173.86113.97175.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.94%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=44.94%
G=27.15%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014514900.400.380.06357.477675.49
HexF091950282661654c4b
Octal360221225050466545114113
Binary111100001001000110010101010100010011011010110010110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09195; }

 p { color: rgb(240,145,149); }

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

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

 a { background-color: rgb(240,145,149); }

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

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

 span { border-color: rgb(240,145,149); }

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