#F69395

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

Shades of Wewak #F69395

Tints of Wewak #F69395

Color information

#F69395 (or 0xF69395) is unknown color: approx Wewak. HEX triplet: F6, 93 and 95. RGB value is (246,147,149). Sum of RGB (Red+Green+Blue) = 246+147+149=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F69395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69395 is #096C6A. Grayscale: #B0B0B0. Windows color (decimal): -617579 or 9802742. OLE color: 9802742.

HSL color Cylindrical-coordinate representation of color #F69395: hue angle of 358.79º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F69395 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246147149-
CMYK00.400.390.04
HSL358.79º84.62%77.06%-
HSV(B)358.79º40.24%96.47%-
XYZ53.8642.6333.82-
YUV176.83112.3177.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.39%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 149 (58.59% from 255) = 27.49%
R=45.39%
G=27.12%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614714900.400.390.04358.7984.6277.06
HexF69395028274167554d
Octal366223225050474547125115
Binary111101101001001110010101010100010011110010110011110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69395; }

 p { color: rgb(246,147,149); }

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

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

 a { background-color: rgb(246,147,149); }

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

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

 span { border-color: rgb(246,147,149); }

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