#F78286

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

Shades of Wewak #F78286

Tints of Wewak #F78286

Color information

#F78286 (or 0xF78286) is unknown color: approx Wewak. HEX triplet: F7, 82 and 86. RGB value is (247,130,134). Sum of RGB (Red+Green+Blue) = 247+130+134=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F78286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78286 is #087D79. Grayscale: #A5A5A5. Windows color (decimal): -556410 or 8815351. OLE color: 8815351.

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

Color convert

RGB247130134-
CMYK00.470.460.03
HSL357.95º87.97%73.92%-
HSV(B)357.95º47.37%96.86%-
XYZ50.6437.4627.12-
YUV165.44110.26186.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.34%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 134 (52.73% from 255) = 26.22%
R=48.34%
G=25.44%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713013400.470.460.03357.9587.9773.92
HexF7828602F2E3166584a
Octal367202206057563546130112
Binary11110111100000101000011001011111011101110110011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78286; }

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

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

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

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

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

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

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

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