Html Css Color HEX #F193A0 Wewak

📋 copy color: '#F193A0'

red 241 ◦ green 147 ◦ blue 160

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

Shades of Wewak #F193A0

Tints of Wewak #F193A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.2%

R = 43.98%
G = 26.82%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F193A0 (or 0xF193A0) is known color: Wewak. HEX triplet: F1, 93 and A0. RGB value is (241,147,160). Sum of RGB (Red+Green+Blue) = 241+147+160=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F193A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193A0 is #0E6C5F. Grayscale: #B0B0B0. Windows color (decimal): -945248 or 10523633. OLE color: 10523633.

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

Color convert

RGB 241 147 160 -
CMYK 0 0.39 0.34 0.05
HSL 351.7º 0.77% 0.76% -
HSV(B) 351.7º 0.39% 0.95% -
XYZ 53.05 42.11 38.59 -
YUV 176.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 241 147 160 0 0.39 0.34 0.05 351.7 0.77 0.76
Hex F1 93 A0 0 27 22 5 160 4D 4C
Octal 361 223 240 0 47 42 5 540 115 114
Binary 11110001 10010011 10100000 0 100111 100010 101 101100000 1001101 1001100

Color Harmonies of #F193A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193A0

Black with #F193A0

Text Example


Text Example

White with #F193A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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