#F55A64

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

Shades of Wild Watermelon #F55A64

Tints of Wild Watermelon #F55A64

Color information

#F55A64 (or 0xF55A64) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5A and 64. RGB value is (245,90,100). Sum of RGB (Red+Green+Blue) = 245+90+100=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A64 is #0AA59B. Grayscale: #898989. Windows color (decimal): -697756 or 6576885. OLE color: 6576885.

HSL color Cylindrical-coordinate representation of color #F55A64: hue angle of 356.13º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55A64 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB24590100-
CMYK00.630.590.04
HSL356.13º88.57%65.69%-
HSV(B)356.13º63.27%96.08%-
XYZ43.6127.6415.09-
YUV137.48106.85204.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.32%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=56.32%
G=20.69%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459010000.630.590.04356.1388.5765.69
HexF55A6403F3B41645942
Octal365132144077734544131102
Binary1111010110110101100100011111111101110010110010010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55A64; }

 p { color: rgb(245,90,100); }

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

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

 a { background-color: rgb(245,90,100); }

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

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

 span { border-color: rgb(245,90,100); }

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