#F1939E

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

Shades of Wewak #F1939E

Tints of Wewak #F1939E

Color information

#F1939E (or 0xF1939E) is unknown color: approx Wewak. HEX triplet: F1, 93 and 9E. RGB value is (241,147,158). Sum of RGB (Red+Green+Blue) = 241+147+158=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1939E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1939E is #0E6C61. Grayscale: #B0B0B0. Windows color (decimal): -945250 or 10392561. OLE color: 10392561.

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

Color convert

RGB241147158-
CMYK00.390.340.05
HSL352.98º77.05%76.08%-
HSV(B)352.98º39%94.51%-
XYZ52.8842.0437.67-
YUV176.36117.64174.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=44.14%
G=26.92%
B=28.94%

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
Decimal24114715800.390.340.05352.9877.0576.08
HexF1939E0272251614d4c
Octal361223236047425541115114
Binary111100011001001110011110010011110001010110110000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1939E; }

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

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

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

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

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

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

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

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