#FA577D

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

Shades of Wild Watermelon #FA577D

Tints of Wild Watermelon #FA577D

Color information

#FA577D (or 0xFA577D) is unknown color: approx Wild Watermelon. HEX triplet: FA, 57 and 7D. RGB value is (250,87,125). Sum of RGB (Red+Green+Blue) = 250+87+125=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA577D is #05A882. Grayscale: #8C8C8C. Windows color (decimal): -370819 or 8214522. OLE color: 8214522.

HSL color Cylindrical-coordinate representation of color #FA577D: hue angle of 346.01º 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 #FA577D is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB25087125-
CMYK00.650.500.02
HSL346.01º94.22%66.08%-
HSV(B)346.01º65.2%98.04%-
XYZ46.5328.6222.47-
YUV140.07119.5206.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.11%
GREEN value IS 87 (34.38% from 255) = 18.83%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=54.11%
G=18.83%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508712500.650.500.02346.0194.2266.08
HexFA577D04132215a5e42
Octal3721271750101622532136102
Binary1111101010101111111101010000011100101010101101010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA577D; }

 p { color: rgb(250,87,125); }

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

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

 a { background-color: rgb(250,87,125); }

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

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

 span { border-color: rgb(250,87,125); }

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