Html Css Color HEX #F394A1 Wewak

📋 copy color: '#F394A1'

red 243 ◦ green 148 ◦ blue 161

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

Shades of Wewak #F394A1

Tints of Wewak #F394A1

RGB

 RED value IS 243 (95.31% from 255) = 44.02%

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

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

R = 44.02%
G = 26.81%
B = 29.17%

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

#F394A1 (or 0xF394A1) is known color: Wewak. HEX triplet: F3, 94 and A1. RGB value is (243,148,161). Sum of RGB (Red+Green+Blue) = 243+148+161=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F394A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F394A1 is #0C6B5E. Grayscale: #B1B1B1. Windows color (decimal): -813919 or 10589427. OLE color: 10589427.

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

Color convert

RGB 243 148 161 -
CMYK 0 0.39 0.34 0.05
HSL 351.79º 0.8% 0.77% -
HSV(B) 351.79º 0.39% 0.95% -
XYZ 53.99 42.81 39.14 -
YUV 177.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 243 148 161 0 0.39 0.34 0.05 351.79 0.8 0.77
Hex F3 94 A1 0 27 22 5 160 50 4D
Octal 363 224 241 0 47 42 5 540 120 115
Binary 11110011 10010100 10100001 0 100111 100010 101 101100000 1010000 1001101

Color Harmonies of #F394A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F394A1

Black with #F394A1

Text Example


Text Example

White with #F394A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F394A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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