#F19EA6

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

Shades of Wewak #F19EA6

Tints of Wewak #F19EA6

Color information

#F19EA6 (or 0xF19EA6) is unknown color: approx Wewak. HEX triplet: F1, 9E and A6. RGB value is (241,158,166). Sum of RGB (Red+Green+Blue) = 241+158+166=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 166 (65.23% from 255 or 29.38% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19EA6 is #0E6159. Grayscale: #B7B7B7. Windows color (decimal): -942426 or 10919665. OLE color: 10919665.

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

Color convert

RGB241158166-
CMYK00.340.310.05
HSL354.22º74.77%78.24%-
HSV(B)354.22º34.44%94.51%-
XYZ55.3945.9142.02-
YUV183.73118168.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 166 (65.23% from 255) = 29.38%
R=42.65%
G=27.96%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115816600.340.310.05354.2274.7778.24
HexF19EA60221F51624b4e
Octal361236246042375542113116
Binary11110001100111101010011001000101111110110110001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19EA6; }

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

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

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

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

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

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

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

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