#F1939A

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

Shades of Wewak #F1939A

Tints of Wewak #F1939A

Color information

#F1939A (or 0xF1939A) is unknown color: approx Wewak. HEX triplet: F1, 93 and 9A. RGB value is (241,147,154). Sum of RGB (Red+Green+Blue) = 241+147+154=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1939A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1939A is #0E6C65. Grayscale: #AFAFAF. Windows color (decimal): -945254 or 10130417. OLE color: 10130417.

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

Color convert

RGB241147154-
CMYK00.390.360.05
HSL355.53º77.05%76.08%-
HSV(B)355.53º39%94.51%-
XYZ52.5441.935.89-
YUV175.9115.64174.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 154 (60.55% from 255) = 28.41%
R=44.46%
G=27.12%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114715400.390.360.05355.5377.0576.08
HexF1939A0272451644d4c
Octal361223232047445544115114
Binary111100011001001110011010010011110010010110110010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1939A; }

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

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

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

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

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

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

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

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