#FF5480

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

Shades of Wild Watermelon #FF5480

Tints of Wild Watermelon #FF5480

Color information

#FF5480 (or 0xFF5480) is unknown color: approx Wild Watermelon. HEX triplet: FF, 54 and 80. RGB value is (255,84,128). Sum of RGB (Red+Green+Blue) = 255+84+128=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5480 is #00AB7F. Grayscale: #8C8C8C. Windows color (decimal): -43904 or 8410367. OLE color: 8410367.

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

Color convert

RGB25584128-
CMYK00.670.500
HSL344.56º100%66.47%-
HSV(B)344.56º67.06%100%-
XYZ48.3129.1623.5-
YUV140.15121.15209.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.60%
GREEN value IS 84 (33.20% from 255) = 17.99%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=54.60%
G=17.99%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558412800.670.500344.5610066.47
HexFF54800433201596442
Octal3771242000103620531144102
Binary1111111110101001000000001000011110010010101100111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5480; }

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

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

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

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

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

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

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

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