#F6869B

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

Shades of Wewak #F6869B

Tints of Wewak #F6869B

Color information

#F6869B (or 0xF6869B) is unknown color: approx Wewak. HEX triplet: F6, 86 and 9B. RGB value is (246,134,155). Sum of RGB (Red+Green+Blue) = 246+134+155=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F6869B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6869B is #097964. Grayscale: #A9A9A9. Windows color (decimal): -620901 or 10192630. OLE color: 10192630.

HSL color Cylindrical-coordinate representation of color #F6869B: hue angle of 348.75º 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 #F6869B is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB246134155-
CMYK00.460.370.04
HSL348.75º86.15%74.51%-
HSV(B)348.75º45.53%96.47%-
XYZ52.4539.0135.78-
YUV169.88119.61182.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.98%
GREEN value IS 134 (52.73% from 255) = 25.05%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=45.98%
G=25.05%
B=28.97%

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
Decimal24613415500.460.370.04348.7586.1574.51
HexF6869B02E25415d564b
Octal366206233056454535126113
Binary111101101000011010011011010111010010110010101110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6869B; }

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

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

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

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

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

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

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

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