#F5557C

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

Shades of Wild Watermelon #F5557C

Tints of Wild Watermelon #F5557C

Color information

#F5557C (or 0xF5557C) is unknown color: approx Wild Watermelon. HEX triplet: F5, 55 and 7C. RGB value is (245,85,124). Sum of RGB (Red+Green+Blue) = 245+85+124=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5557C is #0AAA83. Grayscale: #898989. Windows color (decimal): -699012 or 8148469. OLE color: 8148469.

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

Color convert

RGB24585124-
CMYK00.650.490.04
HSL345.38º88.89%64.71%-
HSV(B)345.38º65.31%96.08%-
XYZ44.5427.3622-
YUV137.29120.51204.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.96%
GREEN value IS 85 (33.59% from 255) = 18.72%
BLUE value IS 124 (48.83% from 255) = 27.31%
R=53.96%
G=18.72%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458512400.650.490.04345.3888.8964.71
HexF5557C0413141595941
Octal3651251740101614531131101
Binary11110101101010111111000100000111000110010101100110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5557C; }

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

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

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

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

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

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

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

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