#F1919E

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

Shades of Wewak #F1919E

Tints of Wewak #F1919E

Color information

#F1919E (or 0xF1919E) is unknown color: approx Wewak. HEX triplet: F1, 91 and 9E. RGB value is (241,145,158). Sum of RGB (Red+Green+Blue) = 241+145+158=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1919E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1919E is #0E6E61. Grayscale: #AFAFAF. Windows color (decimal): -945762 or 10392049. OLE color: 10392049.

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

Color convert

RGB241145158-
CMYK00.400.340.05
HSL351.88º77.42%75.69%-
HSV(B)351.88º39.83%94.51%-
XYZ52.5741.4237.57-
YUV175.19118.3174.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.30%
GREEN value IS 145 (57.03% from 255) = 26.65%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=44.30%
G=26.65%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114515800.400.340.05351.8877.4275.69
HexF1919E0282251604d4c
Octal361221236050425540115114
Binary111100011001000110011110010100010001010110110000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1919E; }

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

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

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

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

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

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

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

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