#FE565E

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

Shades of Wild Watermelon #FE565E

Tints of Wild Watermelon #FE565E

Color information

#FE565E (or 0xFE565E) is unknown color: approx Wild Watermelon. HEX triplet: FE, 56 and 5E. RGB value is (254,86,94). Sum of RGB (Red+Green+Blue) = 254+86+94=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE565E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE565E is #01A9A1. Grayscale: #898989. Windows color (decimal): -108962 or 6182654. OLE color: 6182654.

HSL color Cylindrical-coordinate representation of color #FE565E: hue angle of 357.14º 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 #FE565E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB2548694-
CMYK00.660.630.00
HSL357.14º98.82%66.67%-
HSV(B)357.14º66.14%99.61%-
XYZ46.2228.5313.66-
YUV137.14103.66211.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.53%
GREEN value IS 86 (33.98% from 255) = 19.82%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=58.53%
G=19.82%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254869400.660.630.00357.1498.8266.67
HexFE565E0423F01656343
Octal3761261360102770545143103
Binary111111101010110101111001000010111111010110010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE565E; }

 p { color: rgb(254,86,94); }

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

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

 a { background-color: rgb(254,86,94); }

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

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

 span { border-color: rgb(254,86,94); }

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