#FF545D

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

Shades of Wild Watermelon #FF545D

Tints of Wild Watermelon #FF545D

Color information

#FF545D (or 0xFF545D) is unknown color: approx Wild Watermelon. HEX triplet: FF, 54 and 5D. RGB value is (255,84,93). Sum of RGB (Red+Green+Blue) = 255+84+93=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF545D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF545D is #00ABA2. Grayscale: #888888. Windows color (decimal): -43939 or 6116607. OLE color: 6116607.

HSL color Cylindrical-coordinate representation of color #FF545D: hue angle of 356.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF545D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB2558493-
CMYK00.670.640
HSL356.84º100%66.47%-
HSV(B)356.84º67.06%100%-
XYZ46.3928.3913.39-
YUV136.16103.65212.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.03%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=59.03%
G=19.44%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255849300.670.640356.8410066.47
HexFF545D0434001656442
Octal37712413501031000545144102
Binary1111111110101001011101010000111000000010110010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF545D; }

 p { color: rgb(255,84,93); }

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

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

 a { background-color: rgb(255,84,93); }

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

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

 span { border-color: rgb(255,84,93); }

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