#F1919C

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

Shades of Wewak #F1919C

Tints of Wewak #F1919C

Color information

#F1919C (or 0xF1919C) is unknown color: approx Wewak. HEX triplet: F1, 91 and 9C. RGB value is (241,145,156). Sum of RGB (Red+Green+Blue) = 241+145+156=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1919C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1919C is #0E6E63. Grayscale: #AFAFAF. Windows color (decimal): -945764 or 10260977. OLE color: 10260977.

HSL color Cylindrical-coordinate representation of color #F1919C: hue angle of 353.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1919C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241145156-
CMYK00.400.350.05
HSL353.12º77.42%75.69%-
HSV(B)353.12º39.83%94.51%-
XYZ52.441.3536.67-
YUV174.96117.3175.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 145 (57.03% from 255) = 26.75%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=44.46%
G=26.75%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114515600.400.350.05353.1277.4275.69
HexF1919C0282351614d4c
Octal361221234050435541115114
Binary111100011001000110011100010100010001110110110000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1919C; }

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

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

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

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

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

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

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

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