#FF5770

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

Shades of Wild Watermelon #FF5770

Tints of Wild Watermelon #FF5770

Color information

#FF5770 (or 0xFF5770) is unknown color: approx Wild Watermelon. HEX triplet: FF, 57 and 70. RGB value is (255,87,112). Sum of RGB (Red+Green+Blue) = 255+87+112=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5770 is #00A88F. Grayscale: #8C8C8C. Windows color (decimal): -43152 or 7362559. OLE color: 7362559.

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

Color convert

RGB25587112-
CMYK00.660.560
HSL351.07º100%67.06%-
HSV(B)351.07º65.88%100%-
XYZ47.5729.2518.47-
YUV140.08112.16209.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.17%
GREEN value IS 87 (34.38% from 255) = 19.16%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=56.17%
G=19.16%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558711200.660.560351.0710067.06
HexFF577004238015f6443
Octal3771271600102700537144103
Binary111111111010111111000001000010111000010101111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5770; }

 p { color: rgb(255,87,112); }

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

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

 a { background-color: rgb(255,87,112); }

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

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

 span { border-color: rgb(255,87,112); }

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