#F0596F

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

Shades of Wild Watermelon #F0596F

Tints of Wild Watermelon #F0596F

Color information

#F0596F (or 0xF0596F) is unknown color: approx Wild Watermelon. HEX triplet: F0, 59 and 6F. RGB value is (240,89,111). Sum of RGB (Red+Green+Blue) = 240+89+111=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0596F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0596F is #0FA690. Grayscale: #888888. Windows color (decimal): -1025681 or 7297520. OLE color: 7297520.

HSL color Cylindrical-coordinate representation of color #F0596F: hue angle of 351.26º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0596F is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB24089111-
CMYK00.630.540.06
HSL351.26º83.43%64.51%-
HSV(B)351.26º62.92%94.12%-
XYZ42.3826.8217.98-
YUV136.66113.53201.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.55%
GREEN value IS 89 (35.16% from 255) = 20.23%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=54.55%
G=20.23%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408911100.630.540.06351.2683.4364.51
HexF0596F03F36615f5341
Octal360131157077666537123101
Binary1111000010110011101111011111111011011010101111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0596F; }

 p { color: rgb(240,89,111); }

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

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

 a { background-color: rgb(240,89,111); }

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

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

 span { border-color: rgb(240,89,111); }

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