#FF4D76

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

Shades of Wild Watermelon #FF4D76

Tints of Wild Watermelon #FF4D76

Color information

#FF4D76 (or 0xFF4D76) is unknown color: approx Wild Watermelon. HEX triplet: FF, 4D and 76. RGB value is (255,77,118). Sum of RGB (Red+Green+Blue) = 255+77+118=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D76 is #00B289. Grayscale: #868686. Windows color (decimal): -45706 or 7753215. OLE color: 7753215.

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

Color convert

RGB25577118-
CMYK00.700.540
HSL346.18º100%65.1%-
HSV(B)346.18º69.8%100%-
XYZ47.1627.8820.03-
YUV134.9118.47213.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 77 (30.47% from 255) = 17.11%
BLUE value IS 118 (46.48% from 255) = 26.22%
R=56.67%
G=17.11%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557711800.700.540346.1810065.1
HexFF4D7604636015a6441
Octal3771151660106660532144101
Binary111111111001101111011001000110110110010101101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4D76; }

 p { color: rgb(255,77,118); }

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

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

 a { background-color: rgb(255,77,118); }

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

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

 span { border-color: rgb(255,77,118); }

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