#FF4C6C

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

Shades of Wild Watermelon #FF4C6C

Tints of Wild Watermelon #FF4C6C

Color information

#FF4C6C (or 0xFF4C6C) is unknown color: approx Wild Watermelon. HEX triplet: FF, 4C and 6C. RGB value is (255,76,108). Sum of RGB (Red+Green+Blue) = 255+76+108=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C6C is #00B393. Grayscale: #858585. Windows color (decimal): -45972 or 7097599. OLE color: 7097599.

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

Color convert

RGB25576108-
CMYK00.700.580
HSL349.27º100%64.9%-
HSV(B)349.27º70.2%100%-
XYZ46.5327.5117.05-
YUV133.17113.8214.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.09%
GREEN value IS 76 (30.08% from 255) = 17.31%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=58.09%
G=17.31%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557610800.700.580349.2710064.9
HexFF4C6C0463A015d6441
Octal3771141540106720535144101
Binary111111111001100110110001000110111010010101110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4C6C; }

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

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

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

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

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

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

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

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