Html Css Color HEX #F695A1 Wewak

📋 copy color: '#F695A1'

red 246 ◦ green 149 ◦ blue 161

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

Shades of Wewak #F695A1

Tints of Wewak #F695A1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.8%

 BLUE value IS 161 (63.28% from 255) = 28.96%

R = 44.24%
G = 26.8%
B = 28.96%

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

#F695A1 (or 0xF695A1) is known color: Wewak. HEX triplet: F6, 95 and A1. RGB value is (246,149,161). Sum of RGB (Red+Green+Blue) = 246+149+161=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F695A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F695A1 is #096A5E. Grayscale: #B3B3B3. Windows color (decimal): -617055 or 10589686. OLE color: 10589686.

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

Color convert

RGB 246 149 161 -
CMYK 0 0.39 0.35 0.04
HSL 352.58º 0.84% 0.77% -
HSV(B) 352.58º 0.39% 0.96% -
XYZ 55.19 43.66 39.24 -
YUV 179.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 246 149 161 0 0.39 0.35 0.04 352.58 0.84 0.77
Hex F6 95 A1 0 27 23 4 161 54 4D
Octal 366 225 241 0 47 43 4 541 124 115
Binary 11110110 10010101 10100001 0 100111 100011 100 101100001 1010100 1001101

Color Harmonies of #F695A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F695A1

Black with #F695A1

Text Example


Text Example

White with #F695A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F695A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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