#F05978

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

Shades of Wild Watermelon #F05978

Tints of Wild Watermelon #F05978

Color information

#F05978 (or 0xF05978) is unknown color: approx Wild Watermelon. HEX triplet: F0, 59 and 78. RGB value is (240,89,120). Sum of RGB (Red+Green+Blue) = 240+89+120=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F05978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05978 is #0FA687. Grayscale: #898989. Windows color (decimal): -1025672 or 7887344. OLE color: 7887344.

HSL color Cylindrical-coordinate representation of color #F05978: hue angle of 347.68º 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 #F05978 is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB24089120-
CMYK00.630.50.06
HSL347.68º83.43%64.51%-
HSV(B)347.68º62.92%94.12%-
XYZ42.927.0320.72-
YUV137.68118.03200.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.45%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 120 (47.27% from 255) = 26.73%
R=53.45%
G=19.82%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408912000.630.50.06347.6883.4364.51
HexF0597803F32615c5341
Octal360131170077626534123101
Binary1111000010110011111000011111111001011010101110010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05978; }

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

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

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

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

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

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

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

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