#F5989B

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

Shades of Wewak #F5989B

Tints of Wewak #F5989B

Color information

#F5989B (or 0xF5989B) is unknown color: approx Wewak. HEX triplet: F5, 98 and 9B. RGB value is (245,152,155). Sum of RGB (Red+Green+Blue) = 245+152+155=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5989B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5989B is #0A6764. Grayscale: #B4B4B4. Windows color (decimal): -681829 or 10197237. OLE color: 10197237.

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

Color convert

RGB245152155-
CMYK00.380.370.04
HSL358.06º82.3%77.84%-
HSV(B)358.06º37.96%96.08%-
XYZ54.844.2436.66-
YUV180.15113.81174.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.38%
GREEN value IS 152 (59.77% from 255) = 27.54%
BLUE value IS 155 (60.94% from 255) = 28.08%
R=44.38%
G=27.54%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515215500.380.370.04358.0682.377.84
HexF5989B026254166524e
Octal365230233046454546122116
Binary111101011001100010011011010011010010110010110011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5989B; }

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

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

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

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

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

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

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

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