#FE5565

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

Shades of Wild Watermelon #FE5565

Tints of Wild Watermelon #FE5565

Color information

#FE5565 (or 0xFE5565) is unknown color: approx Wild Watermelon. HEX triplet: FE, 55 and 65. RGB value is (254,85,101). Sum of RGB (Red+Green+Blue) = 254+85+101=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5565 is #01AA9A. Grayscale: #898989. Windows color (decimal): -109211 or 6641150. OLE color: 6641150.

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

Color convert

RGB25485101-
CMYK00.670.600.00
HSL354.32º98.83%66.47%-
HSV(B)354.32º66.54%99.61%-
XYZ46.4728.5115.37-
YUV137.35107.49211.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.73%
GREEN value IS 85 (33.59% from 255) = 19.32%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=57.73%
G=19.32%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548510100.670.600.00354.3298.8366.47
HexFE55650433C01626342
Octal3761251450103740542143102
Binary111111101010101110010101000011111100010110001011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5565; }

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

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

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

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

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

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

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

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