#F88385

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

Shades of Wewak #F88385

Tints of Wewak #F88385

Color information

#F88385 (or 0xF88385) is unknown color: approx Wewak. HEX triplet: F8, 83 and 85. RGB value is (248,131,133). Sum of RGB (Red+Green+Blue) = 248+131+133=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F88385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88385 is #077C7A. Grayscale: #A6A6A6. Windows color (decimal): -490619 or 8750072. OLE color: 8750072.

HSL color Cylindrical-coordinate representation of color #F88385: hue angle of 358.97º degrees, saturation: 0.89, 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 #F88385 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248131133-
CMYK00.470.460.03
HSL358.97º89.31%74.31%-
HSV(B)358.97º47.18%97.25%-
XYZ51.0637.8826.81-
YUV166.21109.26186.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.44%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=48.44%
G=25.59%
B=25.98%

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
Decimal24813113300.470.460.03358.9789.3174.31
HexF8838502F2E3167594a
Octal370203205057563547131112
Binary11111000100000111000010101011111011101110110011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88385; }

 p { color: rgb(248,131,133); }

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

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

 a { background-color: rgb(248,131,133); }

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

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

 span { border-color: rgb(248,131,133); }

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