#FE5078

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

Shades of Wild Watermelon #FE5078

Tints of Wild Watermelon #FE5078

Color information

#FE5078 (or 0xFE5078) is unknown color: approx Wild Watermelon. HEX triplet: FE, 50 and 78. RGB value is (254,80,120). Sum of RGB (Red+Green+Blue) = 254+80+120=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5078 is #01AF87. Grayscale: #888888. Windows color (decimal): -110472 or 7885054. OLE color: 7885054.

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

Color convert

RGB25480120-
CMYK00.690.530.00
HSL346.21º98.86%65.49%-
HSV(B)346.21º68.5%99.61%-
XYZ47.1328.1620.72-
YUV136.59118.65211.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.95%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=55.95%
G=17.62%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548012000.690.530.00346.2198.8665.49
HexFE507804535015a6341
Octal3761201700105650532143101
Binary111111101010000111100001000101110101010101101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5078; }

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

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

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

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

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

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

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

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