#F5577C

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

Shades of Wild Watermelon #F5577C

Tints of Wild Watermelon #F5577C

Color information

#F5577C (or 0xF5577C) is unknown color: approx Wild Watermelon. HEX triplet: F5, 57 and 7C. RGB value is (245,87,124). Sum of RGB (Red+Green+Blue) = 245+87+124=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5577C is #0AA883. Grayscale: #8A8A8A. Windows color (decimal): -698500 or 8148981. OLE color: 8148981.

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

Color convert

RGB24587124-
CMYK00.640.490.04
HSL345.95º88.76%65.1%-
HSV(B)345.95º64.49%96.08%-
XYZ44.727.6822.06-
YUV138.46119.85203.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.73%
GREEN value IS 87 (34.38% from 255) = 19.08%
BLUE value IS 124 (48.83% from 255) = 27.19%
R=53.73%
G=19.08%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458712400.640.490.04345.9588.7665.1
HexF5577C04031415a5941
Octal3651271740100614532131101
Binary11110101101011111111000100000011000110010101101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5577C; }

 p { color: rgb(245,87,124); }

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

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

 a { background-color: rgb(245,87,124); }

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

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

 span { border-color: rgb(245,87,124); }

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