#F8959A

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

Shades of Wewak #F8959A

Tints of Wewak #F8959A

Color information

#F8959A (or 0xF8959A) is unknown color: approx Wewak. HEX triplet: F8, 95 and 9A. RGB value is (248,149,154). Sum of RGB (Red+Green+Blue) = 248+149+154=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8959A is #076A65. Grayscale: #B3B3B3. Windows color (decimal): -485990 or 10130936. OLE color: 10130936.

HSL color Cylindrical-coordinate representation of color #F8959A: hue angle of 356.97º 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 #F8959A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248149154-
CMYK00.400.380.03
HSL356.97º87.61%77.84%-
HSV(B)356.97º39.92%97.25%-
XYZ55.2943.7836.11-
YUV179.17113.8177.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.01%
GREEN value IS 149 (58.59% from 255) = 27.04%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=45.01%
G=27.04%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814915400.400.380.03356.9787.6177.84
HexF8959A028263165584e
Octal370225232050463545130116
Binary11111000100101011001101001010001001101110110010110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8959A; }

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

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

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

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

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

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

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

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