#F6858E

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

Shades of Wewak #F6858E

Tints of Wewak #F6858E

Color information

#F6858E (or 0xF6858E) is unknown color: approx Wewak. HEX triplet: F6, 85 and 8E. RGB value is (246,133,142). Sum of RGB (Red+Green+Blue) = 246+133+142=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6858E is #097A71. Grayscale: #A7A7A7. Windows color (decimal): -621170 or 9340406. OLE color: 9340406.

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

Color convert

RGB246133142-
CMYK00.460.420.04
HSL355.22º86.26%74.31%-
HSV(B)355.22º45.93%96.47%-
XYZ51.2838.3230.29-
YUV167.81113.44183.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.22%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=47.22%
G=25.53%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613314200.460.420.04355.2286.2674.31
HexF6858E02E2A4163564a
Octal366205216056524543126112
Binary111101101000010110001110010111010101010010110001110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6858E; }

 p { color: rgb(246,133,142); }

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

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

 a { background-color: rgb(246,133,142); }

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

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

 span { border-color: rgb(246,133,142); }

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