#FF4D78

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

Shades of Wild Watermelon #FF4D78

Tints of Wild Watermelon #FF4D78

Color information

#FF4D78 (or 0xFF4D78) is unknown color: approx Wild Watermelon. HEX triplet: FF, 4D and 78. RGB value is (255,77,120). Sum of RGB (Red+Green+Blue) = 255+77+120=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D78 is #00B287. Grayscale: #878787. Windows color (decimal): -45704 or 7884287. OLE color: 7884287.

HSL color Cylindrical-coordinate representation of color #FF4D78: hue angle of 345.51º 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 #FF4D78 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB25577120-
CMYK00.700.530
HSL345.51º100%65.1%-
HSV(B)345.51º69.8%100%-
XYZ47.2827.9220.67-
YUV135.12119.47213.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.42%
GREEN value IS 77 (30.47% from 255) = 17.04%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=56.42%
G=17.04%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557712000.700.530345.5110065.1
HexFF4D7804635015a6441
Octal3771151700106650532144101
Binary111111111001101111100001000110110101010101101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4D78; }

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

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

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

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

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

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

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

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