#F5989C

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

Shades of Wewak #F5989C

Tints of Wewak #F5989C

Color information

#F5989C (or 0xF5989C) is unknown color: approx Wewak. HEX triplet: F5, 98 and 9C. RGB value is (245,152,156). Sum of RGB (Red+Green+Blue) = 245+152+156=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5989C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5989C is #0A6763. Grayscale: #B4B4B4. Windows color (decimal): -681828 or 10262773. OLE color: 10262773.

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

Color convert

RGB245152156-
CMYK00.380.360.04
HSL357.42º82.3%77.84%-
HSV(B)357.42º37.96%96.08%-
XYZ54.8944.2737.1-
YUV180.26114.31174.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.30%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=44.30%
G=27.49%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515215600.380.360.04357.4282.377.84
HexF5989C026244165524e
Octal365230234046444545122116
Binary111101011001100010011100010011010010010010110010110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5989C; }

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

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

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

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

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

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

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

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