#F697A1

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

Shades of Wewak #F697A1

Tints of Wewak #F697A1

Color information

#F697A1 (or 0xF697A1) is unknown color: approx Wewak. HEX triplet: F6, 97 and A1. RGB value is (246,151,161). Sum of RGB (Red+Green+Blue) = 246+151+161=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F697A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F697A1 is #09685E. Grayscale: #B4B4B4. Windows color (decimal): -616543 or 10590198. OLE color: 10590198.

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

Color convert

RGB246151161-
CMYK00.390.350.04
HSL353.68º84.07%77.84%-
HSV(B)353.68º38.62%96.47%-
XYZ55.5144.339.34-
YUV180.54116.97174.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.09%
GREEN value IS 151 (59.38% from 255) = 27.06%
BLUE value IS 161 (63.28% from 255) = 28.85%
R=44.09%
G=27.06%
B=28.85%

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
Decimal24615116100.390.350.04353.6884.0777.84
HexF697A1027234162544e
Octal366227241047434542124116
Binary111101101001011110100001010011110001110010110001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F697A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F697A1; }

 p { color: rgb(246,151,161); }

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

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

 a { background-color: rgb(246,151,161); }

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

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

 span { border-color: rgb(246,151,161); }

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