Html Css Color HEX #FF5079 Wild Watermelon

📋 copy color: '#FF5079'

red 255 ◦ green 80 ◦ blue 121

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

Shades of Wild Watermelon #FF5079

Tints of Wild Watermelon #FF5079

RGB

 RED value IS 255 (100% from 255) = 55.92%

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

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

R = 55.92%
G = 17.54%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF5079 (or 0xFF5079) is known color: Wild Watermelon. HEX triplet: FF, 50 and 79. RGB value is (255,80,121). Sum of RGB (Red+Green+Blue) = 255+80+121=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5079 is #00AF86. Grayscale: #898989. Windows color (decimal): -44935 or 7950591. OLE color: 7950591.

HSL color Cylindrical-coordinate representation of color #FF5079: hue angle of 345.94º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5079 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 121 -
CMYK 0 0.69 0.53 0
HSL 345.94º 1% 0.66% -
HSV(B) 345.94º 0.69% 1% -
XYZ 47.56 28.38 21.06 -
YUV 137 118.98 212.17 -
System Red Green Blue C M Y K H S L
Decimal 255 80 121 0 0.69 0.53 0 345.94 1 0.66
Hex FF 50 79 0 45 35 0 15A 64 42
Octal 377 120 171 0 105 65 0 532 144 102
Binary 11111111 1010000 1111001 0 1000101 110101 0 101011010 1100100 1000010

Color Harmonies of #FF5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5079

Black with #FF5079

Text Example


Text Example

White with #FF5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5079; }

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

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

background-color css

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

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

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

border-color css

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

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

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