#F69296

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

Shades of Wewak #F69296

Tints of Wewak #F69296

Color information

#F69296 (or 0xF69296) is unknown color: approx Wewak. HEX triplet: F6, 92 and 96. RGB value is (246,146,150). Sum of RGB (Red+Green+Blue) = 246+146+150=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F69296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69296 is #096D69. Grayscale: #B0B0B0. Windows color (decimal): -617834 or 9868022. OLE color: 9868022.

HSL color Cylindrical-coordinate representation of color #F69296: hue angle of 357.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F69296 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246146150-
CMYK00.410.390.04
HSL357.6º84.75%76.86%-
HSV(B)357.6º40.65%96.47%-
XYZ53.7942.3534.19-
YUV176.36113.13177.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.39%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=45.39%
G=26.94%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614615000.410.390.04357.684.7576.86
HexF69296029274166554d
Octal366222226051474546125115
Binary111101101001001010010110010100110011110010110011010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69296; }

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

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

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

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

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

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

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

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