#F19DA2

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

Shades of Wewak #F19DA2

Tints of Wewak #F19DA2

Color information

#F19DA2 (or 0xF19DA2) is unknown color: approx Wewak. HEX triplet: F1, 9D and A2. RGB value is (241,157,162). Sum of RGB (Red+Green+Blue) = 241+157+162=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19DA2 is #0E625D. Grayscale: #B6B6B6. Windows color (decimal): -942686 or 10657265. OLE color: 10657265.

HSL color Cylindrical-coordinate representation of color #F19DA2: hue angle of 356.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19DA2 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB241157162-
CMYK00.350.330.05
HSL356.43º75%78.04%-
HSV(B)356.43º34.85%94.51%-
XYZ54.8545.4240.06-
YUV182.69116.33169.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 162 (63.67% from 255) = 28.93%
R=43.04%
G=28.04%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115716200.350.330.05356.437578.04
HexF19DA20232151644b4e
Octal361235242043415544113116
Binary111100011001110110100010010001110000110110110010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DA2; }

 p { color: rgb(241,157,162); }

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

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

 a { background-color: rgb(241,157,162); }

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

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

 span { border-color: rgb(241,157,162); }

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