Html Css Color HEX #FF5080 Wild Watermelon

📋 copy color: '#FF5080'

red 255 ◦ green 80 ◦ blue 128

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

Shades of Wild Watermelon #FF5080

Tints of Wild Watermelon #FF5080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 55.08%
G = 17.28%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF5080 (or 0xFF5080) is known color: Wild Watermelon. HEX triplet: FF, 50 and 80. RGB value is (255,80,128). Sum of RGB (Red+Green+Blue) = 255+80+128=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5080 is #00AF7F. Grayscale: #898989. Windows color (decimal): -44928 or 8409343. OLE color: 8409343.

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

Color convert

RGB 255 80 128 -
CMYK 0 0.69 0.50 0
HSL 343.54º 1% 0.66% -
HSV(B) 343.54º 0.69% 1% -
XYZ 48 28.56 23.4 -
YUV 137.8 122.48 211.6 -
System Red Green Blue C M Y K H S L
Decimal 255 80 128 0 0.69 0.50 0 343.54 1 0.66
Hex FF 50 80 0 45 32 0 158 64 42
Octal 377 120 200 0 105 62 0 530 144 102
Binary 11111111 1010000 10000000 0 1000101 110010 0 101011000 1100100 1000010

Color Harmonies of #FF5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5080

Black with #FF5080

Text Example


Text Example

White with #FF5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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