#F5595B

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

Shades of Wild Watermelon #F5595B

Tints of Wild Watermelon #F5595B

Color information

#F5595B (or 0xF5595B) is unknown color: approx Wild Watermelon. HEX triplet: F5, 59 and 5B. RGB value is (245,89,91). Sum of RGB (Red+Green+Blue) = 245+89+91=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5595B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5595B is #0AA6A4. Grayscale: #888888. Windows color (decimal): -698021 or 5986805. OLE color: 5986805.

HSL color Cylindrical-coordinate representation of color #F5595B: hue angle of 359.23º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5595B is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB2458991-
CMYK00.640.630.04
HSL359.23º88.64%65.49%-
HSV(B)359.23º63.67%96.08%-
XYZ43.1227.3112.9-
YUV135.87102.68205.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.65%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=57.65%
G=20.94%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245899100.640.630.04359.2388.6465.49
HexF5595B0403F41675941
Octal3651311330100774547131101
Binary11110101101100110110110100000011111110010110011110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5595B; }

 p { color: rgb(245,89,91); }

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

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

 a { background-color: rgb(245,89,91); }

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

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

 span { border-color: rgb(245,89,91); }

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