#FA5364

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

Shades of Wild Watermelon #FA5364

Tints of Wild Watermelon #FA5364

Color information

#FA5364 (or 0xFA5364) is unknown color: approx Wild Watermelon. HEX triplet: FA, 53 and 64. RGB value is (250,83,100). Sum of RGB (Red+Green+Blue) = 250+83+100=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5364 is #05AC9B. Grayscale: #868686. Windows color (decimal): -371868 or 6575098. OLE color: 6575098.

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

Color convert

RGB25083100-
CMYK00.670.60.02
HSL353.89º94.35%65.29%-
HSV(B)353.89º66.8%98.04%-
XYZ44.8227.4314.99-
YUV134.87108.33210.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.74%
GREEN value IS 83 (32.81% from 255) = 19.17%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=57.74%
G=19.17%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.6
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508310000.670.60.02353.8994.3565.29
HexFA53640433C21625e41
Octal3721231440103742542136101
Binary1111101010100111100100010000111111001010110001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5364; }

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

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

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

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

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

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

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

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