#FE5D61

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

Shades of Wild Watermelon #FE5D61

Tints of Wild Watermelon #FE5D61

Color information

#FE5D61 (or 0xFE5D61) is unknown color: approx Wild Watermelon. HEX triplet: FE, 5D and 61. RGB value is (254,93,97). Sum of RGB (Red+Green+Blue) = 254+93+97=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D61 is #01A29E. Grayscale: #8D8D8D. Windows color (decimal): -107167 or 6381054. OLE color: 6381054.

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

Color convert

RGB2549397-
CMYK00.630.620.00
HSL358.51º98.77%68.04%-
HSV(B)358.51º63.39%99.61%-
XYZ46.9529.7614.58-
YUV141.59102.84208.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.21%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=57.21%
G=20.95%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254939700.630.620.00358.5198.7768.04
HexFE5D6103F3E01676344
Octal376135141077760547143104
Binary11111110101110111000010111111111110010110011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5D61; }

 p { color: rgb(254,93,97); }

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

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

 a { background-color: rgb(254,93,97); }

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

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

 span { border-color: rgb(254,93,97); }

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