Html Css Color HEX #FF5077 Wild Watermelon

📋 copy color: '#FF5077'

red 255 ◦ green 80 ◦ blue 119

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

Shades of Wild Watermelon #FF5077

Tints of Wild Watermelon #FF5077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 56.17%
G = 17.62%
B = 26.21%

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

#FF5077 (or 0xFF5077) is known color: Wild Watermelon. HEX triplet: FF, 50 and 77. RGB value is (255,80,119). Sum of RGB (Red+Green+Blue) = 255+80+119=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5077 is #00AF88. Grayscale: #888888. Windows color (decimal): -44937 or 7819519. OLE color: 7819519.

HSL color Cylindrical-coordinate representation of color #FF5077: hue angle of 346.63º 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 #FF5077 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 119 -
CMYK 0 0.69 0.53 0
HSL 346.63º 1% 0.66% -
HSV(B) 346.63º 0.69% 1% -
XYZ 47.44 28.33 20.42 -
YUV 136.77 117.98 212.33 -
System Red Green Blue C M Y K H S L
Decimal 255 80 119 0 0.69 0.53 0 346.63 1 0.66
Hex FF 50 77 0 45 35 0 15B 64 42
Octal 377 120 167 0 105 65 0 533 144 102
Binary 11111111 1010000 1110111 0 1000101 110101 0 101011011 1100100 1000010

Color Harmonies of #FF5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5077

Black with #FF5077

Text Example


Text Example

White with #FF5077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5077; }

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

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

background-color css

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

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

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

border-color css

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

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

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