#FE5E64

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

Shades of Wild Watermelon #FE5E64

Tints of Wild Watermelon #FE5E64

Color information

#FE5E64 (or 0xFE5E64) is unknown color: approx Wild Watermelon. HEX triplet: FE, 5E and 64. RGB value is (254,94,100). Sum of RGB (Red+Green+Blue) = 254+94+100=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5E64 is #01A19B. Grayscale: #8E8E8E. Windows color (decimal): -106908 or 6577918. OLE color: 6577918.

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

Color convert

RGB25494100-
CMYK00.630.610.00
HSL357.75º98.77%68.24%-
HSV(B)357.75º62.99%99.61%-
XYZ47.183015.36-
YUV142.52104.01207.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.70%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=56.70%
G=20.98%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549410000.630.610.00357.7598.7768.24
HexFE5E6403F3D01666344
Octal376136144077750546143104
Binary11111110101111011001000111111111101010110011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5E64; }

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

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

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

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

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

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

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

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