#FF4C7C

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

Shades of Wild Watermelon #FF4C7C

Tints of Wild Watermelon #FF4C7C

Color information

#FF4C7C (or 0xFF4C7C) is unknown color: approx Wild Watermelon. HEX triplet: FF, 4C and 7C. RGB value is (255,76,124). Sum of RGB (Red+Green+Blue) = 255+76+124=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C7C is #00B383. Grayscale: #868686. Windows color (decimal): -45956 or 8146175. OLE color: 8146175.

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

Color convert

RGB25576124-
CMYK00.700.510
HSL343.91º100%64.9%-
HSV(B)343.91º70.2%100%-
XYZ47.4627.8821.95-
YUV134.99121.8213.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=56.04%
G=16.70%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557612400.700.510343.9110064.9
HexFF4C7C0463301586441
Octal3771141740106630530144101
Binary111111111001100111110001000110110011010101100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4C7C; }

 p { color: rgb(255,76,124); }

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

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

 a { background-color: rgb(255,76,124); }

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

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

 span { border-color: rgb(255,76,124); }

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