#F695A0

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

Shades of Wewak #F695A0

Tints of Wewak #F695A0

Color information

#F695A0 (or 0xF695A0) is unknown color: approx Wewak. HEX triplet: F6, 95 and A0. RGB value is (246,149,160). Sum of RGB (Red+Green+Blue) = 246+149+160=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F695A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F695A0 is #096A5F. Grayscale: #B3B3B3. Windows color (decimal): -617056 or 10524150. OLE color: 10524150.

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

Color convert

RGB246149160-
CMYK00.390.350.04
HSL353.2º84.35%77.45%-
HSV(B)353.2º39.43%96.47%-
XYZ55.143.6338.77-
YUV179.26117.14175.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.32%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=44.32%
G=26.85%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614916000.390.350.04353.284.3577.45
HexF695A0027234161544d
Octal366225240047434541124115
Binary111101101001010110100000010011110001110010110000110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F695A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F695A0; }

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

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

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

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

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

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

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

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