Html Css Color HEX #FD595D Wild Watermelon

📋 copy color: '#FD595D'

red 253 ◦ green 89 ◦ blue 93

#FD595D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FD595D

Tints of Wild Watermelon #FD595D

RGB

 RED value IS 253 (99.22% from 255) = 58.16%

 GREEN value IS 89 (35.16% from 255) = 20.46%

 BLUE value IS 93 (36.72% from 255) = 21.38%

R = 58.16%
G = 20.46%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD595D (or 0xFD595D) is known color: Wild Watermelon. HEX triplet: FD, 59 and 5D. RGB value is (253,89,93). Sum of RGB (Red+Green+Blue) = 253+89+93=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD595D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD595D is #02A6A2. Grayscale: #8A8A8A. Windows color (decimal): -173731 or 6117885. OLE color: 6117885.

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

Color convert

RGB 253 89 93 -
CMYK 0 0.65 0.63 0.01
HSL 358.54º 0.98% 0.67% -
HSV(B) 358.54º 0.65% 0.99% -
XYZ 46.06 28.82 13.49 -
YUV 138.49 102.33 209.67 -
System Red Green Blue C M Y K H S L
Decimal 253 89 93 0 0.65 0.63 0.01 358.54 0.98 0.67
Hex FD 59 5D 0 41 3F 1 167 62 43
Octal 375 131 135 0 101 77 1 547 142 103
Binary 11111101 1011001 1011101 0 1000001 111111 1 101100111 1100010 1000011

Color Harmonies of #FD595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD595D

Black with #FD595D

Text Example


Text Example

White with #FD595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD595D; }

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

 H1.HeaderClassName
 {
   color: #FD595D;
 }
 .AnyTagClassName
 {
   color: #FD595D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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