#F56475

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

Shades of Wild Watermelon #F56475

Tints of Wild Watermelon #F56475

Color information

#F56475 (or 0xF56475) is unknown color: approx Wild Watermelon. HEX triplet: F5, 64 and 75. RGB value is (245,100,117). Sum of RGB (Red+Green+Blue) = 245+100+117=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F56475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56475 is #0A9B8A. Grayscale: #919191. Windows color (decimal): -695179 or 7693557. OLE color: 7693557.

HSL color Cylindrical-coordinate representation of color #F56475: hue angle of 352.97º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F56475 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB245100117-
CMYK00.590.520.04
HSL352.97º87.88%67.65%-
HSV(B)352.97º59.18%96.08%-
XYZ45.4229.8120.19-
YUV145.29112.04199.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.03%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=53.03%
G=21.65%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510011700.590.520.04352.9787.8867.65
HexF5647503B3441615844
Octal365144165073644541130104
Binary1111010111001001110101011101111010010010110000110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56475; }

 p { color: rgb(245,100,117); }

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

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

 a { background-color: rgb(245,100,117); }

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

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

 span { border-color: rgb(245,100,117); }

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