#F8959C

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

Shades of Wewak #F8959C

Tints of Wewak #F8959C

Color information

#F8959C (or 0xF8959C) is unknown color: approx Wewak. HEX triplet: F8, 95 and 9C. RGB value is (248,149,156). Sum of RGB (Red+Green+Blue) = 248+149+156=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8959C is #076A63. Grayscale: #B3B3B3. Windows color (decimal): -485988 or 10262008. OLE color: 10262008.

HSL color Cylindrical-coordinate representation of color #F8959C: hue angle of 355.76º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8959C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB248149156-
CMYK00.400.370.03
HSL355.76º87.61%77.84%-
HSV(B)355.76º39.92%97.25%-
XYZ55.4643.8536.99-
YUV179.4114.8176.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.85%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=44.85%
G=26.94%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814915600.400.370.03355.7687.6177.84
HexF8959C028253164584e
Octal370225234050453544130116
Binary11111000100101011001110001010001001011110110010010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8959C; }

 p { color: rgb(248,149,156); }

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

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

 a { background-color: rgb(248,149,156); }

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

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

 span { border-color: rgb(248,149,156); }

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