#FF507F

Color #FF507F Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FF507F

Tints of Wild Watermelon #FF507F

Color information

#FF507F (or 0xFF507F) is unknown color: approx Wild Watermelon. HEX triplet: FF, 50 and 7F. RGB value is (255,80,127). Sum of RGB (Red+Green+Blue) = 255+80+127=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF507F is #00AF80. Grayscale: #898989. Windows color (decimal): -44929 or 8343807. OLE color: 8343807.

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

Color convert

RGB25580127-
CMYK00.690.500
HSL343.89º100%65.69%-
HSV(B)343.89º68.63%100%-
XYZ47.9428.5323.06-
YUV137.68121.98211.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.19%
GREEN value IS 80 (31.64% from 255) = 17.32%
BLUE value IS 127 (50% from 255) = 27.49%
R=55.19%
G=17.32%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558012700.690.500343.8910065.69
HexFF507F0453201586442
Octal3771201770105620530144102
Binary111111111010000111111101000101110010010101100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF507F; }

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

 H1.HeaderClassName
 {
   color: #FF507F;
 }
 .AnyTagClassName
 {
   color: #FF507F;
 }
</style>
background-color css

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

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

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

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

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

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