Html Css Color HEX #F193A2 Wewak

📋 copy color: '#F193A2'

red 241 ◦ green 147 ◦ blue 162

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

Shades of Wewak #F193A2

Tints of Wewak #F193A2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.73%

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

R = 43.82%
G = 26.73%
B = 29.45%

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

#F193A2 (or 0xF193A2) is known color: Wewak. HEX triplet: F1, 93 and A2. RGB value is (241,147,162). Sum of RGB (Red+Green+Blue) = 241+147+162=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F193A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193A2 is #0E6C5D. Grayscale: #B0B0B0. Windows color (decimal): -945246 or 10654705. OLE color: 10654705.

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

Color convert

RGB 241 147 162 -
CMYK 0 0.39 0.33 0.05
HSL 350.43º 0.77% 0.76% -
HSV(B) 350.43º 0.39% 0.95% -
XYZ 53.23 42.18 39.52 -
YUV 176.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 241 147 162 0 0.39 0.33 0.05 350.43 0.77 0.76
Hex F1 93 A2 0 27 21 5 15E 4D 4C
Octal 361 223 242 0 47 41 5 536 115 114
Binary 11110001 10010011 10100010 0 100111 100001 101 101011110 1001101 1001100

Color Harmonies of #F193A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193A2

Black with #F193A2

Text Example


Text Example

White with #F193A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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