#F19296

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

Shades of Wewak #F19296

Tints of Wewak #F19296

Color information

#F19296 (or 0xF19296) is unknown color: approx Wewak. HEX triplet: F1, 92 and 96. RGB value is (241,146,150). Sum of RGB (Red+Green+Blue) = 241+146+150=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F19296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19296 is #0E6D69. Grayscale: #AEAEAE. Windows color (decimal): -945514 or 9868017. OLE color: 9868017.

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

Color convert

RGB241146150-
CMYK00.390.380.05
HSL357.47º77.24%75.88%-
HSV(B)357.47º39.42%94.51%-
XYZ52.0641.4634.11-
YUV174.86113.97175.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=44.88%
G=27.19%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114615000.390.380.05357.4777.2475.88
HexF192960272651654d4c
Octal361222226047465545115114
Binary111100011001001010010110010011110011010110110010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19296; }

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

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

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

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

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

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

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

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