#ff5b5d

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

Shades of Wild Watermelon #FF5B5D

Tints of Wild Watermelon #FF5B5D

Color information

#FF5B5D (or 0xFF5B5D) is unknown color: approx Wild Watermelon. HEX triplet: FF, 5B and 5D. RGB value is (255,91,93). Sum of RGB (Red+Green+Blue) = 255+91+93=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5B5D is #00A4A2. Grayscale: #8C8C8C. Windows color (decimal): -42147 or 6118399. OLE color: 6118399.

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

Color convert

RGB2559193-
CMYK00.640.640
HSL359.27º100%67.84%-
HSV(B)359.27º64.31%100%-
XYZ46.9629.5313.58-
YUV140.26101.33209.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.09%
GREEN value IS 91 (35.94% from 255) = 20.73%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=58.09%
G=20.73%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255919300.640.640359.2710067.84
HexFF5B5D0404001676444
Octal37713313501001000547144104
Binary1111111110110111011101010000001000000010110011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5b5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5b5d; }

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

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

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

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

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

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

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

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