#FA5864

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

Shades of Wild Watermelon #FA5864

Tints of Wild Watermelon #FA5864

Color information

#FA5864 (or 0xFA5864) is unknown color: approx Wild Watermelon. HEX triplet: FA, 58 and 64. RGB value is (250,88,100). Sum of RGB (Red+Green+Blue) = 250+88+100=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5864 is #05A79B. Grayscale: #898989. Windows color (decimal): -370588 or 6576378. OLE color: 6576378.

HSL color Cylindrical-coordinate representation of color #FA5864: hue angle of 355.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA5864 is Cyan = 0, Magento = 0.65, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB25088100-
CMYK00.650.60.02
HSL355.56º94.19%66.27%-
HSV(B)355.56º64.8%98.04%-
XYZ45.2128.2215.12-
YUV137.81106.67208.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.08%
GREEN value IS 88 (34.77% from 255) = 20.09%
BLUE value IS 100 (39.45% from 255) = 22.83%
R=57.08%
G=20.09%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.6
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508810000.650.60.02355.5694.1966.27
HexFA58640413C21645e42
Octal3721301440101742544136102
Binary1111101010110001100100010000011111001010110010010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5864; }

 p { color: rgb(250,88,100); }

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

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

 a { background-color: rgb(250,88,100); }

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

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

 span { border-color: rgb(250,88,100); }

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