Html Css Color HEX #FF517D Wild Watermelon

📋 copy color: '#FF517D'

red 255 ◦ green 81 ◦ blue 125

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

Shades of Wild Watermelon #FF517D

Tints of Wild Watermelon #FF517D

RGB

 RED value IS 255 (100% from 255) = 55.31%

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

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

R = 55.31%
G = 17.57%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF517D (or 0xFF517D) is known color: Wild Watermelon. HEX triplet: FF, 51 and 7D. RGB value is (255,81,125). Sum of RGB (Red+Green+Blue) = 255+81+125=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF517D is #00AE82. Grayscale: #8A8A8A. Windows color (decimal): -44675 or 8212991. OLE color: 8212991.

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

Color convert

RGB 255 81 125 -
CMYK 0 0.68 0.51 0
HSL 344.83º 1% 0.66% -
HSV(B) 344.83º 0.68% 1% -
XYZ 47.88 28.63 22.4 -
YUV 138.04 120.65 211.42 -
System Red Green Blue C M Y K H S L
Decimal 255 81 125 0 0.68 0.51 0 344.83 1 0.66
Hex FF 51 7D 0 44 33 0 159 64 42
Octal 377 121 175 0 104 63 0 531 144 102
Binary 11111111 1010001 1111101 0 1000100 110011 0 101011001 1100100 1000010

Color Harmonies of #FF517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF517D

Black with #FF517D

Text Example


Text Example

White with #FF517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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