Html Css Color HEX #FA5079 Wild Watermelon

📋 copy color: '#FA5079'

red 250 ◦ green 80 ◦ blue 121

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

Shades of Wild Watermelon #FA5079

Tints of Wild Watermelon #FA5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.74%

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

R = 55.43%
G = 17.74%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA5079 (or 0xFA5079) is known color: Wild Watermelon. HEX triplet: FA, 50 and 79. RGB value is (250,80,121). Sum of RGB (Red+Green+Blue) = 250+80+121=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5079 is #05AF86. Grayscale: #878787. Windows color (decimal): -372615 or 7950586. OLE color: 7950586.

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

Color convert

RGB 250 80 121 -
CMYK 0 0.68 0.52 0.02
HSL 345.53º 0.94% 0.65% -
HSV(B) 345.53º 0.68% 0.98% -
XYZ 45.74 27.44 20.97 -
YUV 135.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 250 80 121 0 0.68 0.52 0.02 345.53 0.94 0.65
Hex FA 50 79 0 44 34 2 15A 5E 41
Octal 372 120 171 0 104 64 2 532 136 101
Binary 11111010 1010000 1111001 0 1000100 110100 10 101011010 1011110 1000001

Color Harmonies of #FA5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5079

Black with #FA5079

Text Example


Text Example

White with #FA5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5079; }

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

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

background-color css

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

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

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

border-color css

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

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

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