#F19EA4

Color #F19EA4 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #F19EA4

Tints of Wewak #F19EA4

Color information

#F19EA4 (or 0xF19EA4) is unknown color: approx Wewak. HEX triplet: F1, 9E and A4. RGB value is (241,158,164). Sum of RGB (Red+Green+Blue) = 241+158+164=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19EA4 is #0E615B. Grayscale: #B7B7B7. Windows color (decimal): -942428 or 10788593. OLE color: 10788593.

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

Color convert

RGB241158164-
CMYK00.340.320.05
HSL355.66º74.77%78.24%-
HSV(B)355.66º34.44%94.51%-
XYZ55.245.8341.06-
YUV183.5117169.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=42.81%
G=28.06%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115816400.340.320.05355.6674.7778.24
HexF19EA40222051644b4e
Octal361236244042405544113116
Binary111100011001111010100100010001010000010110110010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19EA4; }

 p { color: rgb(241,158,164); }

 H1.HeaderClassName
 {
   color: #F19EA4;
 }
 .AnyTagClassName
 {
   color: #F19EA4;
 }
</style>
background-color css

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

 a { background-color: rgb(241,158,164); }

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

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

 span { border-color: rgb(241,158,164); }

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