#F19194

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

Shades of Wewak #F19194

Tints of Wewak #F19194

Color information

#F19194 (or 0xF19194) is unknown color: approx Wewak. HEX triplet: F1, 91 and 94. RGB value is (241,145,148). Sum of RGB (Red+Green+Blue) = 241+145+148=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F19194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19194 is #0E6E6B. Grayscale: #AEAEAE. Windows color (decimal): -945772 or 9736689. OLE color: 9736689.

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

Color convert

RGB241145148-
CMYK00.400.390.05
HSL358.12º77.42%75.69%-
HSV(B)358.12º39.83%94.51%-
XYZ51.7541.0933.22-
YUV174.05113.3175.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 145 (57.03% from 255) = 27.15%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=45.13%
G=27.15%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114514800.400.390.05358.1277.4275.69
HexF191940282751664d4c
Octal361221224050475546115114
Binary111100011001000110010100010100010011110110110011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19194; }

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

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

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

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

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

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

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

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