#FE6078

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

Shades of Wild Watermelon #FE6078

Tints of Wild Watermelon #FE6078

Color information

#FE6078 (or 0xFE6078) is unknown color: approx Wild Watermelon. HEX triplet: FE, 60 and 78. RGB value is (254,96,120). Sum of RGB (Red+Green+Blue) = 254+96+120=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6078 is #019F87. Grayscale: #929292. Windows color (decimal): -106376 or 7889150. OLE color: 7889150.

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

Color convert

RGB25496120-
CMYK00.620.530.00
HSL350.89º98.75%68.63%-
HSV(B)350.89º62.2%99.61%-
XYZ48.4530.7921.16-
YUV145.98113.35205.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.04%
GREEN value IS 96 (37.89% from 255) = 20.43%
BLUE value IS 120 (47.27% from 255) = 25.53%
R=54.04%
G=20.43%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549612000.620.530.00350.8998.7568.63
HexFE607803E35015f6345
Octal376140170076650537143105
Binary11111110110000011110000111110110101010101111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6078; }

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

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

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

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

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

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

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

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