#f1949f

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

Shades of Wewak #F1949F

Tints of Wewak #F1949F

Color information

#F1949F (or 0xF1949F) is unknown color: approx Wewak. HEX triplet: F1, 94 and 9F. RGB value is (241,148,159). Sum of RGB (Red+Green+Blue) = 241+148+159=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1949F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1949F is #0E6B60. Grayscale: #B1B1B1. Windows color (decimal): -944993 or 10458353. OLE color: 10458353.

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

Color convert

RGB241148159-
CMYK00.390.340.05
HSL352.9º76.86%76.27%-
HSV(B)352.9º38.59%94.51%-
XYZ53.1242.3838.18-
YUV177.06117.81173.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.98%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 159 (62.5% from 255) = 29.01%
R=43.98%
G=27.01%
B=29.01%

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
Decimal24114815900.390.340.05352.976.8676.27
HexF1949F0272251614d4c
Octal361224237047425541115114
Binary111100011001010010011111010011110001010110110000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1949f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1949f; }

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

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

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

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

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

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

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

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