Html Css Color HEX #FF507D Wild Watermelon

📋 copy color: '#FF507D'

red 255 ◦ green 80 ◦ blue 125

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

Shades of Wild Watermelon #FF507D

Tints of Wild Watermelon #FF507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.39%

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

R = 55.43%
G = 17.39%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF507D (or 0xFF507D) is known color: Wild Watermelon. HEX triplet: FF, 50 and 7D. RGB value is (255,80,125). Sum of RGB (Red+Green+Blue) = 255+80+125=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF507D is #00AF82. Grayscale: #898989. Windows color (decimal): -44931 or 8212735. OLE color: 8212735.

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

Color convert

RGB 255 80 125 -
CMYK 0 0.69 0.51 0
HSL 344.57º 1% 0.66% -
HSV(B) 344.57º 0.69% 1% -
XYZ 47.81 28.48 22.38 -
YUV 137.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 255 80 125 0 0.69 0.51 0 344.57 1 0.66
Hex FF 50 7D 0 45 33 0 159 64 42
Octal 377 120 175 0 105 63 0 531 144 102
Binary 11111111 1010000 1111101 0 1000101 110011 0 101011001 1100100 1000010

Color Harmonies of #FF507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF507D

Black with #FF507D

Text Example


Text Example

White with #FF507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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