Html Css Color HEX #FE5080 Wild Watermelon

📋 copy color: '#FE5080'

red 254 ◦ green 80 ◦ blue 128

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

Shades of Wild Watermelon #FE5080

Tints of Wild Watermelon #FE5080

RGB

 RED value IS 254 (99.61% from 255) = 54.98%

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

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

R = 54.98%
G = 17.32%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE5080 (or 0xFE5080) is known color: Wild Watermelon. HEX triplet: FE, 50 and 80. RGB value is (254,80,128). Sum of RGB (Red+Green+Blue) = 254+80+128=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5080 is #01AF7F. Grayscale: #898989. Windows color (decimal): -110464 or 8409342. OLE color: 8409342.

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

Color convert

RGB 254 80 128 -
CMYK 0 0.69 0.50 0.00
HSL 343.45º 0.99% 0.65% -
HSV(B) 343.45º 0.69% 1% -
XYZ 47.64 28.37 23.39 -
YUV 137.5 122.65 211.1 -
System Red Green Blue C M Y K H S L
Decimal 254 80 128 0 0.69 0.50 0.00 343.45 0.99 0.65
Hex FE 50 80 0 45 32 0 157 63 41
Octal 376 120 200 0 105 62 0 527 143 101
Binary 11111110 1010000 10000000 0 1000101 110010 0 101010111 1100011 1000001

Color Harmonies of #FE5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5080

Black with #FE5080

Text Example


Text Example

White with #FE5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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