#FE4D77

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

Shades of Wild Watermelon #FE4D77

Tints of Wild Watermelon #FE4D77

Color information

#FE4D77 (or 0xFE4D77) is unknown color: approx Wild Watermelon. HEX triplet: FE, 4D and 77. RGB value is (254,77,119). Sum of RGB (Red+Green+Blue) = 254+77+119=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D77 is #01B288. Grayscale: #868686. Windows color (decimal): -111241 or 7818750. OLE color: 7818750.

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

Color convert

RGB25477119-
CMYK00.700.530.00
HSL345.76º98.88%64.9%-
HSV(B)345.76º69.69%99.61%-
XYZ46.8627.7120.33-
YUV134.71119.14213.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.44%
GREEN value IS 77 (30.47% from 255) = 17.11%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=56.44%
G=17.11%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547711900.700.530.00345.7698.8864.9
HexFE4D7704635015a6341
Octal3761151670106650532143101
Binary111111101001101111011101000110110101010101101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4D77; }

 p { color: rgb(254,77,119); }

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

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

 a { background-color: rgb(254,77,119); }

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

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

 span { border-color: rgb(254,77,119); }

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