#F6868B

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

Shades of Wewak #F6868B

Tints of Wewak #F6868B

Color information

#F6868B (or 0xF6868B) is unknown color: approx Wewak. HEX triplet: F6, 86 and 8B. RGB value is (246,134,139). Sum of RGB (Red+Green+Blue) = 246+134+139=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6868B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6868B is #097974. Grayscale: #A8A8A8. Windows color (decimal): -620917 or 9144054. OLE color: 9144054.

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

Color convert

RGB246134139-
CMYK00.460.430.04
HSL357.32º86.15%74.51%-
HSV(B)357.32º45.53%96.47%-
XYZ51.1938.5129.16-
YUV168.06111.61183.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.40%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 139 (54.69% from 255) = 26.78%
R=47.40%
G=25.82%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613413900.460.430.04357.3286.1574.51
HexF6868B02E2B4165564b
Octal366206213056534545126113
Binary111101101000011010001011010111010101110010110010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6868B; }

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

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

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

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

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

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

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

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