#FF5964

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

Shades of Wild Watermelon #FF5964

Tints of Wild Watermelon #FF5964

Color information

#FF5964 (or 0xFF5964) is unknown color: approx Wild Watermelon. HEX triplet: FF, 59 and 64. RGB value is (255,89,100). Sum of RGB (Red+Green+Blue) = 255+89+100=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5964 is #00A69B. Grayscale: #8C8C8C. Windows color (decimal): -42652 or 6576639. OLE color: 6576639.

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

Color convert

RGB25589100-
CMYK00.650.610
HSL356.02º100%67.45%-
HSV(B)356.02º65.1%100%-
XYZ47.1129.3215.23-
YUV139.89105.5210.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.43%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 100 (39.45% from 255) = 22.52%
R=57.43%
G=20.05%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558910000.650.610356.0210067.45
HexFF59640413D01646443
Octal3771311440101750544144103
Binary111111111011001110010001000001111101010110010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5964; }

 p { color: rgb(255,89,100); }

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

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

 a { background-color: rgb(255,89,100); }

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

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

 span { border-color: rgb(255,89,100); }

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