#FF5577

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

Shades of Wild Watermelon #FF5577

Tints of Wild Watermelon #FF5577

Color information

#FF5577 (or 0xFF5577) is unknown color: approx Wild Watermelon. HEX triplet: FF, 55 and 77. RGB value is (255,85,119). Sum of RGB (Red+Green+Blue) = 255+85+119=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5577 is #00AA88. Grayscale: #8B8B8B. Windows color (decimal): -43657 or 7820799. OLE color: 7820799.

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

Color convert

RGB25585119-
CMYK00.670.530
HSL348º100%66.67%-
HSV(B)348º66.67%100%-
XYZ47.8229.0920.55-
YUV139.71116.32210.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 119 (46.88% from 255) = 25.93%
R=55.56%
G=18.52%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558511900.670.53034810066.67
HexFF557704335015c6443
Octal3771251670103650534144103
Binary111111111010101111011101000011110101010101110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5577; }

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

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

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

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

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

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

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

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