#F05972

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

Shades of Wild Watermelon #F05972

Tints of Wild Watermelon #F05972

Color information

#F05972 (or 0xF05972) is unknown color: approx Wild Watermelon. HEX triplet: F0, 59 and 72. RGB value is (240,89,114). Sum of RGB (Red+Green+Blue) = 240+89+114=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F05972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05972 is #0FA68D. Grayscale: #898989. Windows color (decimal): -1025678 or 7494128. OLE color: 7494128.

HSL color Cylindrical-coordinate representation of color #F05972: hue angle of 350.07º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05972 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB24089114-
CMYK00.630.520.06
HSL350.07º83.43%64.51%-
HSV(B)350.07º62.92%94.12%-
XYZ42.5426.8818.87-
YUV137115.03201.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 54.18%
GREEN value IS 89 (35.16% from 255) = 20.09%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=54.18%
G=20.09%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408911400.630.520.06350.0783.4364.51
HexF0597203F34615e5341
Octal360131162077646536123101
Binary1111000010110011110010011111111010011010101111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05972; }

 p { color: rgb(240,89,114); }

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

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

 a { background-color: rgb(240,89,114); }

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

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

 span { border-color: rgb(240,89,114); }

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