#F56061

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

Shades of Wild Watermelon #F56061

Tints of Wild Watermelon #F56061

Color information

#F56061 (or 0xF56061) is unknown color: approx Wild Watermelon. HEX triplet: F5, 60 and 61. RGB value is (245,96,97). Sum of RGB (Red+Green+Blue) = 245+96+97=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F56061 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56061 is #0A9F9E. Grayscale: #8C8C8C. Windows color (decimal): -696223 or 6381813. OLE color: 6381813.

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

Color convert

RGB2459697-
CMYK00.610.600.04
HSL359.6º88.17%66.86%-
HSV(B)359.6º60.82%96.08%-
XYZ4428.6414.52-
YUV140.66103.36202.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.94%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=55.94%
G=21.92%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245969700.610.600.04359.688.1766.86
HexF5606103D3C41685843
Octal365140141075744550130103
Binary1111010111000001100001011110111110010010110100010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56061; }

 p { color: rgb(245,96,97); }

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

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

 a { background-color: rgb(245,96,97); }

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

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

 span { border-color: rgb(245,96,97); }

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