#FE5760

Color #FE5760 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FE5760

Tints of Wild Watermelon #FE5760

Color information

#FE5760 (or 0xFE5760) is unknown color: approx Wild Watermelon. HEX triplet: FE, 57 and 60. RGB value is (254,87,96). Sum of RGB (Red+Green+Blue) = 254+87+96=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5760 is #01A89F. Grayscale: #8A8A8A. Windows color (decimal): -108704 or 6313982. OLE color: 6313982.

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

Color convert

RGB2548796-
CMYK00.660.620.00
HSL356.77º98.82%66.86%-
HSV(B)356.77º65.75%99.61%-
XYZ46.3928.7314.17-
YUV137.96104.33210.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.12%
GREEN value IS 87 (34.38% from 255) = 19.91%
BLUE value IS 96 (37.89% from 255) = 21.97%
R=58.12%
G=19.91%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254879600.660.620.00356.7798.8266.86
HexFE57600423E01656343
Octal3761271400102760545143103
Binary111111101010111110000001000010111110010110010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5760; }

 p { color: rgb(254,87,96); }

 H1.HeaderClassName
 {
   color: #FE5760;
 }
 .AnyTagClassName
 {
   color: #FE5760;
 }
</style>
background-color css

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

 a { background-color: rgb(254,87,96); }

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

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

 span { border-color: rgb(254,87,96); }

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