Html Css Color HEX #FE5580 Wild Watermelon

📋 copy color: '#FE5580'

red 254 ◦ green 85 ◦ blue 128

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

Shades of Wild Watermelon #FE5580

Tints of Wild Watermelon #FE5580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.2%

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

R = 54.39%
G = 18.2%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE5580 (or 0xFE5580) is known color: Wild Watermelon. HEX triplet: FE, 55 and 80. RGB value is (254,85,128). Sum of RGB (Red+Green+Blue) = 254+85+128=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5580 is #01AA7F. Grayscale: #8C8C8C. Windows color (decimal): -109184 or 8410622. OLE color: 8410622.

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

Color convert

RGB 254 85 128 -
CMYK 0 0.67 0.50 0.00
HSL 344.73º 0.99% 0.66% -
HSV(B) 344.73º 0.67% 1% -
XYZ 48.02 29.13 23.51 -
YUV 140.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 254 85 128 0 0.67 0.50 0.00 344.73 0.99 0.66
Hex FE 55 80 0 43 32 0 159 63 42
Octal 376 125 200 0 103 62 0 531 143 102
Binary 11111110 1010101 10000000 0 1000011 110010 0 101011001 1100011 1000010

Color Harmonies of #FE5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5580

Black with #FE5580

Text Example


Text Example

White with #FE5580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5580; }

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

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

background-color css

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

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

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

border-color css

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

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

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