#F5919C

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

Shades of Wewak #F5919C

Tints of Wewak #F5919C

Color information

#F5919C (or 0xF5919C) is unknown color: approx Wewak. HEX triplet: F5, 91 and 9C. RGB value is (245,145,156). Sum of RGB (Red+Green+Blue) = 245+145+156=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5919C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5919C is #0A6E63. Grayscale: #B0B0B0. Windows color (decimal): -683620 or 10260981. OLE color: 10260981.

HSL color Cylindrical-coordinate representation of color #F5919C: hue angle of 353.4º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5919C is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB245145156-
CMYK00.410.360.04
HSL353.4º83.33%76.47%-
HSV(B)353.4º40.82%96.08%-
XYZ53.7842.0636.74-
YUV176.15116.63177.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.87%
GREEN value IS 145 (57.03% from 255) = 26.56%
BLUE value IS 156 (61.33% from 255) = 28.57%
R=44.87%
G=26.56%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514515600.410.360.04353.483.3376.47
HexF5919C029244161534c
Octal365221234051444541123114
Binary111101011001000110011100010100110010010010110000110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5919C; }

 p { color: rgb(245,145,156); }

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

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

 a { background-color: rgb(245,145,156); }

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

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

 span { border-color: rgb(245,145,156); }

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