Html Css Color HEX #FD517D Wild Watermelon

📋 copy color: '#FD517D'

red 253 ◦ green 81 ◦ blue 125

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

Shades of Wild Watermelon #FD517D

Tints of Wild Watermelon #FD517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.65%

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

R = 55.12%
G = 17.65%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD517D (or 0xFD517D) is known color: Wild Watermelon. HEX triplet: FD, 51 and 7D. RGB value is (253,81,125). Sum of RGB (Red+Green+Blue) = 253+81+125=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD517D is #02AE82. Grayscale: #898989. Windows color (decimal): -175747 or 8212989. OLE color: 8212989.

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

Color convert

RGB 253 81 125 -
CMYK 0 0.68 0.51 0.01
HSL 344.65º 0.98% 0.65% -
HSV(B) 344.65º 0.68% 0.99% -
XYZ 47.15 28.25 22.37 -
YUV 137.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 253 81 125 0 0.68 0.51 0.01 344.65 0.98 0.65
Hex FD 51 7D 0 44 33 1 159 62 41
Octal 375 121 175 0 104 63 1 531 142 101
Binary 11111101 1010001 1111101 0 1000100 110011 1 101011001 1100010 1000001

Color Harmonies of #FD517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD517D

Black with #FD517D

Text Example


Text Example

White with #FD517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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