#FF5079

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

Shades of Wild Watermelon #FF5079

Tints of Wild Watermelon #FF5079

Color information

#FF5079 (or 0xFF5079) is unknown color: approx Wild Watermelon. HEX triplet: FF, 50 and 79. RGB value is (255,80,121). Sum of RGB (Red+Green+Blue) = 255+80+121=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5079 is #00AF86. Grayscale: #898989. Windows color (decimal): -44935 or 7950591. OLE color: 7950591.

HSL color Cylindrical-coordinate representation of color #FF5079: hue angle of 345.94º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5079 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB25580121-
CMYK00.690.530
HSL345.94º100%65.69%-
HSV(B)345.94º68.63%100%-
XYZ47.5628.3821.06-
YUV137118.98212.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.92%
GREEN value IS 80 (31.64% from 255) = 17.54%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=55.92%
G=17.54%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558012100.690.530345.9410065.69
HexFF507904535015a6442
Octal3771201710105650532144102
Binary111111111010000111100101000101110101010101101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5079; }

 p { color: rgb(255,80,121); }

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

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

 a { background-color: rgb(255,80,121); }

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

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

 span { border-color: rgb(255,80,121); }

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