#F1949C

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

Shades of Wewak #F1949C

Tints of Wewak #F1949C

Color information

#F1949C (or 0xF1949C) is unknown color: approx Wewak. HEX triplet: F1, 94 and 9C. RGB value is (241,148,156). Sum of RGB (Red+Green+Blue) = 241+148+156=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1949C is #0E6B63. Grayscale: #B0B0B0. Windows color (decimal): -944996 or 10261745. OLE color: 10261745.

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

Color convert

RGB241148156-
CMYK00.390.350.05
HSL354.84º76.86%76.27%-
HSV(B)354.84º38.59%94.51%-
XYZ52.8742.2836.83-
YUV176.72116.31173.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=44.22%
G=27.16%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114815600.390.350.05354.8476.8676.27
HexF1949C0272351634d4c
Octal361224234047435543115114
Binary111100011001010010011100010011110001110110110001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1949C; }

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

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

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

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

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

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

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

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