#FF5078

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

Shades of Wild Watermelon #FF5078

Tints of Wild Watermelon #FF5078

Color information

#FF5078 (or 0xFF5078) is unknown color: approx Wild Watermelon. HEX triplet: FF, 50 and 78. RGB value is (255,80,120). Sum of RGB (Red+Green+Blue) = 255+80+120=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5078 is #00AF87. Grayscale: #888888. Windows color (decimal): -44936 or 7885055. OLE color: 7885055.

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

Color convert

RGB25580120-
CMYK00.690.530
HSL346.29º100%65.69%-
HSV(B)346.29º68.63%100%-
XYZ47.528.3520.74-
YUV136.88118.48212.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=56.04%
G=17.58%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558012000.690.530346.2910065.69
HexFF507804535015a6442
Octal3771201700105650532144102
Binary111111111010000111100001000101110101010101101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5078; }

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

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

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

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

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

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

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

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