Html Css Color HEX #F695A0 Wewak

📋 copy color: '#F695A0'

red 246 ◦ green 149 ◦ blue 160

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

Shades of Wewak #F695A0

Tints of Wewak #F695A0

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 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

#F695A0 (or 0xF695A0) is known color: 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

RGB 246 149 160 -
CMYK 0 0.39 0.35 0.04
HSL 353.2º 0.84% 0.77% -
HSV(B) 353.2º 0.39% 0.96% -
XYZ 55.1 43.63 38.77 -
YUV 179.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 246 149 160 0 0.39 0.35 0.04 353.2 0.84 0.77
Hex F6 95 A0 0 27 23 4 161 54 4D
Octal 366 225 240 0 47 43 4 541 124 115
Binary 11110110 10010101 10100000 0 100111 100011 100 101100001 1010100 1001101

Color Harmonies of #F695A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F695A0

Black with #F695A0

Text Example


Text Example

White with #F695A0

Text Example


Text Example

HTML Codes & Css Web 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>