Html Css Color HEX #FA5579 Wild Watermelon

📋 copy color: '#FA5579'

red 250 ◦ green 85 ◦ blue 121

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

Shades of Wild Watermelon #FA5579

Tints of Wild Watermelon #FA5579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.64%

 BLUE value IS 121 (47.66% from 255) = 26.54%

R = 54.82%
G = 18.64%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA5579 (or 0xFA5579) is known color: Wild Watermelon. HEX triplet: FA, 55 and 79. RGB value is (250,85,121). Sum of RGB (Red+Green+Blue) = 250+85+121=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5579 is #05AA86. Grayscale: #8A8A8A. Windows color (decimal): -371335 or 7951866. OLE color: 7951866.

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

Color convert

RGB 250 85 121 -
CMYK 0 0.66 0.52 0.02
HSL 346.91º 0.94% 0.66% -
HSV(B) 346.91º 0.66% 0.98% -
XYZ 46.12 28.2 21.1 -
YUV 138.44 118.16 207.57 -
System Red Green Blue C M Y K H S L
Decimal 250 85 121 0 0.66 0.52 0.02 346.91 0.94 0.66
Hex FA 55 79 0 42 34 2 15B 5E 42
Octal 372 125 171 0 102 64 2 533 136 102
Binary 11111010 1010101 1111001 0 1000010 110100 10 101011011 1011110 1000010

Color Harmonies of #FA5579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5579

Black with #FA5579

Text Example


Text Example

White with #FA5579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5579; }

 p { color: rgb(250,85,121); }

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

background-color css

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

 a { background-color: rgb(250,85,121); }

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

border-color css

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

 span { border-color: rgb(250,85,121); }

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