Html Css Color HEX #FF517E Wild Watermelon

📋 copy color: '#FF517E'

red 255 ◦ green 81 ◦ blue 126

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

Shades of Wild Watermelon #FF517E

Tints of Wild Watermelon #FF517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.27%

R = 55.19%
G = 17.53%
B = 27.27%

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

#FF517E (or 0xFF517E) is known color: Wild Watermelon. HEX triplet: FF, 51 and 7E. RGB value is (255,81,126). Sum of RGB (Red+Green+Blue) = 255+81+126=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF517E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF517E is #00AE81. Grayscale: #8A8A8A. Windows color (decimal): -44674 or 8278527. OLE color: 8278527.

HSL color Cylindrical-coordinate representation of color #FF517E: hue angle of 344.48º 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 #FF517E is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 81 126 -
CMYK 0 0.68 0.51 0
HSL 344.48º 1% 0.66% -
HSV(B) 344.48º 0.68% 1% -
XYZ 47.95 28.65 22.74 -
YUV 138.16 121.15 211.34 -
System Red Green Blue C M Y K H S L
Decimal 255 81 126 0 0.68 0.51 0 344.48 1 0.66
Hex FF 51 7E 0 44 33 0 158 64 42
Octal 377 121 176 0 104 63 0 530 144 102
Binary 11111111 1010001 1111110 0 1000100 110011 0 101011000 1100100 1000010

Color Harmonies of #FF517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF517E

Black with #FF517E

Text Example


Text Example

White with #FF517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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