#F6869C

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

Shades of Wewak #F6869C

Tints of Wewak #F6869C

Color information

#F6869C (or 0xF6869C) is unknown color: approx Wewak. HEX triplet: F6, 86 and 9C. RGB value is (246,134,156). Sum of RGB (Red+Green+Blue) = 246+134+156=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6869C is #097963. Grayscale: #AAAAAA. Windows color (decimal): -620900 or 10258166. OLE color: 10258166.

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

Color convert

RGB246134156-
CMYK00.460.370.04
HSL348.21º86.15%74.51%-
HSV(B)348.21º45.53%96.47%-
XYZ52.5339.0436.22-
YUV170120.11182.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.90%
GREEN value IS 134 (52.73% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=45.90%
G=25%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613415600.460.370.04348.2186.1574.51
HexF6869C02E25415c564b
Octal366206234056454534126113
Binary111101101000011010011100010111010010110010101110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6869C; }

 p { color: rgb(246,134,156); }

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

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

 a { background-color: rgb(246,134,156); }

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

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

 span { border-color: rgb(246,134,156); }

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