#F68286

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

Shades of Wewak #F68286

Tints of Wewak #F68286

Color information

#F68286 (or 0xF68286) is unknown color: approx Wewak. HEX triplet: F6, 82 and 86. RGB value is (246,130,134). Sum of RGB (Red+Green+Blue) = 246+130+134=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F68286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68286 is #097D79. Grayscale: #A5A5A5. Windows color (decimal): -621946 or 8815350. OLE color: 8815350.

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

Color convert

RGB246130134-
CMYK00.470.460.04
HSL357.93º86.57%73.73%-
HSV(B)357.93º47.15%96.47%-
XYZ50.2937.2827.1-
YUV165.14110.43185.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.24%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=48.24%
G=25.49%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613013400.470.460.04357.9386.5773.73
HexF6828602F2E4166574a
Octal366202206057564546127112
Binary111101101000001010000110010111110111010010110011010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68286; }

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

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

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

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

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

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

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

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