Html Css Color HEX #F697A0 Wewak

📋 copy color: '#F697A0'

red 246 ◦ green 151 ◦ blue 160

#F697A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wewak #F697A0

Tints of Wewak #F697A0

RGB

 RED value IS 246 (96.48% from 255) = 44.17%

 GREEN value IS 151 (59.38% from 255) = 27.11%

 BLUE value IS 160 (62.89% from 255) = 28.73%

R = 44.17%
G = 27.11%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F697A0 (or 0xF697A0) is known color: Wewak. HEX triplet: F6, 97 and A0. RGB value is (246,151,160). Sum of RGB (Red+Green+Blue) = 246+151+160=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F697A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F697A0 is #09685F. Grayscale: #B4B4B4. Windows color (decimal): -616544 or 10524662. OLE color: 10524662.

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

Color convert

RGB 246 151 160 -
CMYK 0 0.39 0.35 0.04
HSL 354.32º 0.84% 0.78% -
HSV(B) 354.32º 0.39% 0.96% -
XYZ 55.42 44.26 38.88 -
YUV 180.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 246 151 160 0 0.39 0.35 0.04 354.32 0.84 0.78
Hex F6 97 A0 0 27 23 4 162 54 4E
Octal 366 227 240 0 47 43 4 542 124 116
Binary 11110110 10010111 10100000 0 100111 100011 100 101100010 1010100 1001110

Color Harmonies of #F697A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F697A0

Black with #F697A0

Text Example


Text Example

White with #F697A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F697A0; }

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

 H1.HeaderClassName
 {
   color: #F697A0;
 }
 .AnyTagClassName
 {
   color: #F697A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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