#FD596A

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

Shades of Wild Watermelon #FD596A

Tints of Wild Watermelon #FD596A

Color information

#FD596A (or 0xFD596A) is unknown color: approx Wild Watermelon. HEX triplet: FD, 59 and 6A. RGB value is (253,89,106). Sum of RGB (Red+Green+Blue) = 253+89+106=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD596A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD596A is #02A695. Grayscale: #8C8C8C. Windows color (decimal): -173718 or 6969853. OLE color: 6969853.

HSL color Cylindrical-coordinate representation of color #FD596A: hue angle of 353.78º 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 #FD596A is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB25389106-
CMYK00.650.580.01
HSL353.78º97.62%67.06%-
HSV(B)353.78º64.82%99.22%-
XYZ46.6829.0716.79-
YUV139.97108.83208.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.47%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=56.47%
G=19.87%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538910600.650.580.01353.7897.6267.06
HexFD596A0413A11626243
Octal3751311520101721542142103
Binary111111011011001110101001000001111010110110001011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD596A; }

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

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

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

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

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

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

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

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