#F695A2

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

Shades of Wewak #F695A2

Tints of Wewak #F695A2

Color information

#F695A2 (or 0xF695A2) is unknown color: approx Wewak. HEX triplet: F6, 95 and A2. RGB value is (246,149,162). Sum of RGB (Red+Green+Blue) = 246+149+162=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F695A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F695A2 is #096A5D. Grayscale: #B3B3B3. Windows color (decimal): -617054 or 10655222. OLE color: 10655222.

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

Color convert

RGB246149162-
CMYK00.390.340.04
HSL351.96º84.35%77.45%-
HSV(B)351.96º39.43%96.47%-
XYZ55.2843.739.7-
YUV179.48118.14175.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.17%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 162 (63.67% from 255) = 29.08%
R=44.17%
G=26.75%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614916200.390.340.04351.9684.3577.45
HexF695A2027224160544d
Octal366225242047424540124115
Binary111101101001010110100010010011110001010010110000010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695A2; }

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

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

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

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

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

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

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

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