#FF507A

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

Shades of Wild Watermelon #FF507A

Tints of Wild Watermelon #FF507A

Color information

#FF507A (or 0xFF507A) is unknown color: approx Wild Watermelon. HEX triplet: FF, 50 and 7A. RGB value is (255,80,122). Sum of RGB (Red+Green+Blue) = 255+80+122=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF507A is #00AF85. Grayscale: #898989. Windows color (decimal): -44934 or 8016127. OLE color: 8016127.

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

Color convert

RGB25580122-
CMYK00.690.520
HSL345.6º100%65.69%-
HSV(B)345.6º68.63%100%-
XYZ47.6228.421.38-
YUV137.11119.48212.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.80%
GREEN value IS 80 (31.64% from 255) = 17.51%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=55.80%
G=17.51%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558012200.690.520345.610065.69
HexFF507A04534015a6442
Octal3771201720105640532144102
Binary111111111010000111101001000101110100010101101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF507A; }

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

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

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

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

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

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

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

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