#FF4D7A

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

Shades of Wild Watermelon #FF4D7A

Tints of Wild Watermelon #FF4D7A

Color information

#FF4D7A (or 0xFF4D7A) is unknown color: approx Wild Watermelon. HEX triplet: FF, 4D and 7A. RGB value is (255,77,122). Sum of RGB (Red+Green+Blue) = 255+77+122=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D7A is #00B285. Grayscale: #878787. Windows color (decimal): -45702 or 8015359. OLE color: 8015359.

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

Color convert

RGB25577122-
CMYK00.700.520
HSL344.83º100%65.1%-
HSV(B)344.83º69.8%100%-
XYZ47.4127.9721.31-
YUV135.35120.47213.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.17%
GREEN value IS 77 (30.47% from 255) = 16.96%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=56.17%
G=16.96%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557712200.700.520344.8310065.1
HexFF4D7A0463401596441
Octal3771151720106640531144101
Binary111111111001101111101001000110110100010101100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4D7A; }

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

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

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

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

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

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

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

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