#F19293

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

Shades of Wewak #F19293

Tints of Wewak #F19293

Color information

#F19293 (or 0xF19293) is unknown color: approx Wewak. HEX triplet: F1, 92 and 93. RGB value is (241,146,147). Sum of RGB (Red+Green+Blue) = 241+146+147=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F19293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19293 is #0E6D6C. Grayscale: #AEAEAE. Windows color (decimal): -945517 or 9671409. OLE color: 9671409.

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

Color convert

RGB241146147-
CMYK00.390.390.05
HSL359.37º77.24%75.88%-
HSV(B)359.37º39.42%94.51%-
XYZ51.8241.3732.86-
YUV174.52112.47175.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=45.13%
G=27.34%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114614700.390.390.05359.3777.2475.88
HexF192930272751674d4c
Octal361222223047475547115114
Binary111100011001001010010011010011110011110110110011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19293; }

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

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

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

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

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

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

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

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