#F68996

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

Shades of Wewak #F68996

Tints of Wewak #F68996

Color information

#F68996 (or 0xF68996) is unknown color: approx Wewak. HEX triplet: F6, 89 and 96. RGB value is (246,137,150). Sum of RGB (Red+Green+Blue) = 246+137+150=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F68996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68996 is #097669. Grayscale: #ABABAB. Windows color (decimal): -620138 or 9865718. OLE color: 9865718.

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

Color convert

RGB246137150-
CMYK00.440.390.04
HSL352.84º85.83%75.1%-
HSV(B)352.84º44.31%96.47%-
XYZ52.4639.6933.75-
YUV171.07116.11181.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.15%
GREEN value IS 137 (53.91% from 255) = 25.70%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=46.15%
G=25.70%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613715000.440.390.04352.8485.8375.1
HexF6899602C274161564b
Octal366211226054474541126113
Binary111101101000100110010110010110010011110010110000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68996; }

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

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

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

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

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

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

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

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