#FF5080

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

Shades of Wild Watermelon #FF5080

Tints of Wild Watermelon #FF5080

Color information

#FF5080 (or 0xFF5080) is unknown color: approx Wild Watermelon. HEX triplet: FF, 50 and 80. RGB value is (255,80,128). Sum of RGB (Red+Green+Blue) = 255+80+128=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5080 is #00AF7F. Grayscale: #898989. Windows color (decimal): -44928 or 8409343. OLE color: 8409343.

HSL color Cylindrical-coordinate representation of color #FF5080: hue angle of 343.54º 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 #FF5080 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB25580128-
CMYK00.690.500
HSL343.54º100%65.69%-
HSV(B)343.54º68.63%100%-
XYZ4828.5623.4-
YUV137.8122.48211.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.08%
GREEN value IS 80 (31.64% from 255) = 17.28%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=55.08%
G=17.28%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558012800.690.500343.5410065.69
HexFF50800453201586442
Octal3771202000105620530144102
Binary1111111110100001000000001000101110010010101100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5080; }

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

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

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

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

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

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

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

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