#FE6478

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

Shades of Wild Watermelon #FE6478

Tints of Wild Watermelon #FE6478

Color information

#FE6478 (or 0xFE6478) is unknown color: approx Wild Watermelon. HEX triplet: FE, 64 and 78. RGB value is (254,100,120). Sum of RGB (Red+Green+Blue) = 254+100+120=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6478 is #019B87. Grayscale: #949494. Windows color (decimal): -105352 or 7890174. OLE color: 7890174.

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

Color convert

RGB254100120-
CMYK00.610.530.00
HSL352.21º98.72%69.41%-
HSV(B)352.21º60.63%99.61%-
XYZ48.8231.5421.28-
YUV148.33112.02203.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.59%
GREEN value IS 100 (39.45% from 255) = 21.10%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=53.59%
G=21.10%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410012000.610.530.00352.2198.7269.41
HexFE647803D3501606345
Octal376144170075650540143105
Binary11111110110010011110000111101110101010110000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6478; }

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

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

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

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

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

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

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

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