#F19EA1

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

Shades of Wewak #F19EA1

Tints of Wewak #F19EA1

Color information

#F19EA1 (or 0xF19EA1) is unknown color: approx Wewak. HEX triplet: F1, 9E and A1. RGB value is (241,158,161). Sum of RGB (Red+Green+Blue) = 241+158+161=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19EA1 is #0E615E. Grayscale: #B7B7B7. Windows color (decimal): -942431 or 10591985. OLE color: 10591985.

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

Color convert

RGB241158161-
CMYK00.340.330.05
HSL357.83º74.77%78.24%-
HSV(B)357.83º34.44%94.51%-
XYZ54.9445.7339.65-
YUV183.16115.5169.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 161 (63.28% from 255) = 28.75%
R=43.04%
G=28.21%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115816100.340.330.05357.8374.7778.24
HexF19EA10222151664b4e
Octal361236241042415546113116
Binary111100011001111010100001010001010000110110110011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19EA1; }

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

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

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

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

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

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

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

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