Html Css Color HEX #FA577C Wild Watermelon

📋 copy color: '#FA577C'

red 250 ◦ green 87 ◦ blue 124

#FA577C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FA577C

Tints of Wild Watermelon #FA577C

RGB

 RED value IS 250 (98.05% from 255) = 54.23%

 GREEN value IS 87 (34.38% from 255) = 18.87%

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 54.23%
G = 18.87%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA577C (or 0xFA577C) is known color: Wild Watermelon. HEX triplet: FA, 57 and 7C. RGB value is (250,87,124). Sum of RGB (Red+Green+Blue) = 250+87+124=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA577C is #05A883. Grayscale: #8B8B8B. Windows color (decimal): -370820 or 8148986. OLE color: 8148986.

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

Color convert

RGB 250 87 124 -
CMYK 0 0.65 0.50 0.02
HSL 346.38º 0.94% 0.66% -
HSV(B) 346.38º 0.65% 0.98% -
XYZ 46.47 28.6 22.14 -
YUV 139.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 250 87 124 0 0.65 0.50 0.02 346.38 0.94 0.66
Hex FA 57 7C 0 41 32 2 15A 5E 42
Octal 372 127 174 0 101 62 2 532 136 102
Binary 11111010 1010111 1111100 0 1000001 110010 10 101011010 1011110 1000010

Color Harmonies of #FA577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA577C

Black with #FA577C

Text Example


Text Example

White with #FA577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA577C; }

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

 H1.HeaderClassName
 {
   color: #FA577C;
 }
 .AnyTagClassName
 {
   color: #FA577C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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