#FF5580

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

Shades of Wild Watermelon #FF5580

Tints of Wild Watermelon #FF5580

Color information

#FF5580 (or 0xFF5580) is unknown color: approx Wild Watermelon. HEX triplet: FF, 55 and 80. RGB value is (255,85,128). Sum of RGB (Red+Green+Blue) = 255+85+128=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5580 is #00AA7F. Grayscale: #8C8C8C. Windows color (decimal): -43648 or 8410623. OLE color: 8410623.

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

Color convert

RGB25585128-
CMYK00.670.500
HSL344.82º100%66.67%-
HSV(B)344.82º66.67%100%-
XYZ48.3829.3223.53-
YUV140.73120.82209.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.49%
GREEN value IS 85 (33.59% from 255) = 18.16%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=54.49%
G=18.16%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558512800.670.500344.8210066.67
HexFF55800433201596443
Octal3771252000103620531144103
Binary1111111110101011000000001000011110010010101100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5580; }

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

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

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

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

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

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

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

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