#F29194

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

Shades of Wewak #F29194

Tints of Wewak #F29194

Color information

#F29194 (or 0xF29194) is unknown color: approx Wewak. HEX triplet: F2, 91 and 94. RGB value is (242,145,148). Sum of RGB (Red+Green+Blue) = 242+145+148=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F29194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29194 is #0D6E6B. Grayscale: #AEAEAE. Windows color (decimal): -880236 or 9736690. OLE color: 9736690.

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

Color convert

RGB242145148-
CMYK00.400.390.05
HSL358.14º78.86%75.88%-
HSV(B)358.14º40.08%94.9%-
XYZ52.0941.2733.24-
YUV174.35113.14176.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=45.23%
G=27.10%
B=27.66%

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
Decimal24214514800.400.390.05358.1478.8675.88
HexF291940282751664f4c
Octal362221224050475546117114
Binary111100101001000110010100010100010011110110110011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29194; }

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

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

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

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

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

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

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

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