#F5919B

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

Shades of Wewak #F5919B

Tints of Wewak #F5919B

Color information

#F5919B (or 0xF5919B) is unknown color: approx Wewak. HEX triplet: F5, 91 and 9B. RGB value is (245,145,155). Sum of RGB (Red+Green+Blue) = 245+145+155=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5919B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5919B is #0A6E64. Grayscale: #B0B0B0. Windows color (decimal): -683621 or 10195445. OLE color: 10195445.

HSL color Cylindrical-coordinate representation of color #F5919B: hue angle of 354º 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 #F5919B is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB245145155-
CMYK00.410.370.04
HSL354º83.33%76.47%-
HSV(B)354º40.82%96.08%-
XYZ53.742.0336.29-
YUV176.04116.13177.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=44.95%
G=26.61%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514515500.410.370.0435483.3376.47
HexF5919B029254162534c
Octal365221233051454542123114
Binary111101011001000110011011010100110010110010110001010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5919B; }

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

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

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

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

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

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

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

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