#FF5A5C

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

Shades of Wild Watermelon #FF5A5C

Tints of Wild Watermelon #FF5A5C

Color information

#FF5A5C (or 0xFF5A5C) is unknown color: approx Wild Watermelon. HEX triplet: FF, 5A and 5C. RGB value is (255,90,92). Sum of RGB (Red+Green+Blue) = 255+90+92=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A5C is #00A5A3. Grayscale: #8B8B8B. Windows color (decimal): -42404 or 6052607. OLE color: 6052607.

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

Color convert

RGB2559092-
CMYK00.650.640
HSL359.27º100%67.65%-
HSV(B)359.27º64.71%100%-
XYZ46.8329.3513.32-
YUV139.56101.16210.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.35%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=58.35%
G=20.59%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255909200.650.640359.2710067.65
HexFF5A5C0414001676444
Octal37713213401011000547144104
Binary1111111110110101011100010000011000000010110011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5A5C; }

 p { color: rgb(255,90,92); }

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

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

 a { background-color: rgb(255,90,92); }

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

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

 span { border-color: rgb(255,90,92); }

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