Html Css Color HEX #FD537D Wild Watermelon

📋 copy color: '#FD537D'

red 253 ◦ green 83 ◦ blue 125

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

Shades of Wild Watermelon #FD537D

Tints of Wild Watermelon #FD537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 54.88%
G = 18%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD537D (or 0xFD537D) is known color: Wild Watermelon. HEX triplet: FD, 53 and 7D. RGB value is (253,83,125). Sum of RGB (Red+Green+Blue) = 253+83+125=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD537D is #02AC82. Grayscale: #8A8A8A. Windows color (decimal): -175235 or 8213501. OLE color: 8213501.

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

Color convert

RGB 253 83 125 -
CMYK 0 0.67 0.51 0.01
HSL 345.18º 0.98% 0.66% -
HSV(B) 345.18º 0.67% 0.99% -
XYZ 47.3 28.55 22.42 -
YUV 138.62 120.32 209.58 -
System Red Green Blue C M Y K H S L
Decimal 253 83 125 0 0.67 0.51 0.01 345.18 0.98 0.66
Hex FD 53 7D 0 43 33 1 159 62 42
Octal 375 123 175 0 103 63 1 531 142 102
Binary 11111101 1010011 1111101 0 1000011 110011 1 101011001 1100010 1000010

Color Harmonies of #FD537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD537D

Black with #FD537D

Text Example


Text Example

White with #FD537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD537D; }

 p { color: rgb(253,83,125); }

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

background-color css

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

 a { background-color: rgb(253,83,125); }

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

border-color css

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

 span { border-color: rgb(253,83,125); }

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