Html Css Color HEX #F196A2 Wewak

📋 copy color: '#F196A2'

red 241 ◦ green 150 ◦ blue 162

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

Shades of Wewak #F196A2

Tints of Wewak #F196A2

RGB

 RED value IS 241 (94.53% from 255) = 43.58%

 GREEN value IS 150 (58.98% from 255) = 27.12%

 BLUE value IS 162 (63.67% from 255) = 29.29%

R = 43.58%
G = 27.12%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F196A2 (or 0xF196A2) is known color: Wewak. HEX triplet: F1, 96 and A2. RGB value is (241,150,162). Sum of RGB (Red+Green+Blue) = 241+150+162=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F196A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F196A2 is #0E695D. Grayscale: #B2B2B2. Windows color (decimal): -944478 or 10655473. OLE color: 10655473.

HSL color Cylindrical-coordinate representation of color #F196A2: hue angle of 352.09º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F196A2 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 150 162 -
CMYK 0 0.38 0.33 0.05
HSL 352.09º 0.76% 0.77% -
HSV(B) 352.09º 0.38% 0.95% -
XYZ 53.7 43.12 39.68 -
YUV 178.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 241 150 162 0 0.38 0.33 0.05 352.09 0.76 0.77
Hex F1 96 A2 0 26 21 5 160 4C 4D
Octal 361 226 242 0 46 41 5 540 114 115
Binary 11110001 10010110 10100010 0 100110 100001 101 101100000 1001100 1001101

Color Harmonies of #F196A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F196A2

Black with #F196A2

Text Example


Text Example

White with #F196A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F196A2; }

 p { color: rgb(241,150,162); }

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

background-color css

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

 a { background-color: rgb(241,150,162); }

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

border-color css

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

 span { border-color: rgb(241,150,162); }

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