#F5949F

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

Shades of Wewak #F5949F

Tints of Wewak #F5949F

Color information

#F5949F (or 0xF5949F) is unknown color: approx Wewak. HEX triplet: F5, 94 and 9F. RGB value is (245,148,159). Sum of RGB (Red+Green+Blue) = 245+148+159=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5949F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5949F is #0A6B60. Grayscale: #B2B2B2. Windows color (decimal): -682849 or 10458357. OLE color: 10458357.

HSL color Cylindrical-coordinate representation of color #F5949F: hue angle of 353.2º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5949F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB245148159-
CMYK00.400.350.04
HSL353.2º82.91%77.06%-
HSV(B)353.2º39.59%96.08%-
XYZ54.543.138.25-
YUV178.26117.14175.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.38%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 159 (62.5% from 255) = 28.80%
R=44.38%
G=26.81%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514815900.400.350.04353.282.9177.06
HexF5949F028234161534d
Octal365224237050434541123115
Binary111101011001010010011111010100010001110010110000110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5949F; }

 p { color: rgb(245,148,159); }

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

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

 a { background-color: rgb(245,148,159); }

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

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

 span { border-color: rgb(245,148,159); }

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