Html Css Color HEX #F194A2 Wewak

📋 copy color: '#F194A2'

red 241 ◦ green 148 ◦ blue 162

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

Shades of Wewak #F194A2

Tints of Wewak #F194A2

RGB

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

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

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

R = 43.74%
G = 26.86%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F194A2 (or 0xF194A2) is known color: Wewak. HEX triplet: F1, 94 and A2. RGB value is (241,148,162). Sum of RGB (Red+Green+Blue) = 241+148+162=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F194A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F194A2 is #0E6B5D. Grayscale: #B1B1B1. Windows color (decimal): -944990 or 10654961. OLE color: 10654961.

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

Color convert

RGB 241 148 162 -
CMYK 0 0.39 0.33 0.05
HSL 350.97º 0.77% 0.76% -
HSV(B) 350.97º 0.39% 0.95% -
XYZ 53.39 42.49 39.57 -
YUV 177.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 241 148 162 0 0.39 0.33 0.05 350.97 0.77 0.76
Hex F1 94 A2 0 27 21 5 15F 4D 4C
Octal 361 224 242 0 47 41 5 537 115 114
Binary 11110001 10010100 10100010 0 100111 100001 101 101011111 1001101 1001100

Color Harmonies of #F194A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F194A2

Black with #F194A2

Text Example


Text Example

White with #F194A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F194A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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