#FD5973

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

Shades of Wild Watermelon #FD5973

Tints of Wild Watermelon #FD5973

Color information

#FD5973 (or 0xFD5973) is unknown color: approx Wild Watermelon. HEX triplet: FD, 59 and 73. RGB value is (253,89,115). Sum of RGB (Red+Green+Blue) = 253+89+115=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5973 is #02A68C. Grayscale: #8D8D8D. Windows color (decimal): -173709 or 7559677. OLE color: 7559677.

HSL color Cylindrical-coordinate representation of color #FD5973: hue angle of 350.49º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD5973 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB25389115-
CMYK00.650.550.01
HSL350.49º97.62%67.06%-
HSV(B)350.49º64.82%99.22%-
XYZ47.1729.2719.38-
YUV141113.33207.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.36%
GREEN value IS 89 (35.16% from 255) = 19.47%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=55.36%
G=19.47%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538911500.650.550.01350.4997.6267.06
HexFD597304137115e6243
Octal3751311630101671536142103
Binary111111011011001111001101000001110111110101111011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5973; }

 p { color: rgb(253,89,115); }

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

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

 a { background-color: rgb(253,89,115); }

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

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

 span { border-color: rgb(253,89,115); }

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