#F2596C

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

Shades of Wild Watermelon #F2596C

Tints of Wild Watermelon #F2596C

Color information

#F2596C (or 0xF2596C) is unknown color: approx Wild Watermelon. HEX triplet: F2, 59 and 6C. RGB value is (242,89,108). Sum of RGB (Red+Green+Blue) = 242+89+108=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2596C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2596C is #0DA693. Grayscale: #888888. Windows color (decimal): -894612 or 7100914. OLE color: 7100914.

HSL color Cylindrical-coordinate representation of color #F2596C: hue angle of 352.55º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2596C is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB24289108-
CMYK00.630.550.05
HSL352.55º85.47%64.9%-
HSV(B)352.55º63.22%94.9%-
XYZ42.927.117.16-
YUV136.91111.69202.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55.13%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=55.13%
G=20.27%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428910800.630.550.05352.5585.4764.9
HexF2596C03F3751615541
Octal362131154077675541125101
Binary1111001010110011101100011111111011110110110000110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2596C; }

 p { color: rgb(242,89,108); }

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

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

 a { background-color: rgb(242,89,108); }

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

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

 span { border-color: rgb(242,89,108); }

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