Html Css Color HEX #F694A1 Wewak

📋 copy color: '#F694A1'

red 246 ◦ green 148 ◦ blue 161

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

Shades of Wewak #F694A1

Tints of Wewak #F694A1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.67%

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

R = 44.32%
G = 26.67%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F694A1 (or 0xF694A1) is known color: Wewak. HEX triplet: F6, 94 and A1. RGB value is (246,148,161). Sum of RGB (Red+Green+Blue) = 246+148+161=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F694A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F694A1 is #096B5E. Grayscale: #B2B2B2. Windows color (decimal): -617311 or 10589430. OLE color: 10589430.

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

Color convert

RGB 246 148 161 -
CMYK 0 0.40 0.35 0.04
HSL 352.04º 0.84% 0.77% -
HSV(B) 352.04º 0.4% 0.96% -
XYZ 55.03 43.35 39.18 -
YUV 178.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 246 148 161 0 0.40 0.35 0.04 352.04 0.84 0.77
Hex F6 94 A1 0 28 23 4 160 54 4D
Octal 366 224 241 0 50 43 4 540 124 115
Binary 11110110 10010100 10100001 0 101000 100011 100 101100000 1010100 1001101

Color Harmonies of #F694A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F694A1

Black with #F694A1

Text Example


Text Example

White with #F694A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F694A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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