#F55557

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

Shades of Wild Watermelon #F55557

Tints of Wild Watermelon #F55557

Color information

#F55557 (or 0xF55557) is unknown color: approx Wild Watermelon. HEX triplet: F5, 55 and 57. RGB value is (245,85,87). Sum of RGB (Red+Green+Blue) = 245+85+87=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F55557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55557 is #0AAAA8. Grayscale: #858585. Windows color (decimal): -699049 or 5723637. OLE color: 5723637.

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

Color convert

RGB2458587-
CMYK00.650.640.04
HSL359.25º88.89%64.71%-
HSV(B)359.25º65.31%96.08%-
XYZ42.6226.611.9-
YUV133.07102.01207.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.75%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 87 (34.38% from 255) = 20.86%
R=58.75%
G=20.38%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245858700.650.640.04359.2588.8964.71
HexF555570414041675941
Octal36512512701011004547131101
Binary111101011010101101011101000001100000010010110011110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55557; }

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

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

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

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

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

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

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

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