#F1949E

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

Shades of Wewak #F1949E

Tints of Wewak #F1949E

Color information

#F1949E (or 0xF1949E) is unknown color: approx Wewak. HEX triplet: F1, 94 and 9E. RGB value is (241,148,158). Sum of RGB (Red+Green+Blue) = 241+148+158=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1949E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1949E is #0E6B61. Grayscale: #B1B1B1. Windows color (decimal): -944994 or 10392817. OLE color: 10392817.

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

Color convert

RGB241148158-
CMYK00.390.340.05
HSL353.55º76.86%76.27%-
HSV(B)353.55º38.59%94.51%-
XYZ53.0442.3537.73-
YUV176.95117.31173.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 158 (62.11% from 255) = 28.88%
R=44.06%
G=27.06%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114815800.390.340.05353.5576.8676.27
HexF1949E0272251624d4c
Octal361224236047425542115114
Binary111100011001010010011110010011110001010110110001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1949E; }

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

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

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

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

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

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

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

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