#ff5a6c

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

Shades of Wild Watermelon #FF5A6C

Tints of Wild Watermelon #FF5A6C

Color information

#FF5A6C (or 0xFF5A6C) is unknown color: approx Wild Watermelon. HEX triplet: FF, 5A and 6C. RGB value is (255,90,108). Sum of RGB (Red+Green+Blue) = 255+90+108=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A6C is #00A593. Grayscale: #8D8D8D. Windows color (decimal): -42388 or 7101183. OLE color: 7101183.

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

Color convert

RGB25590108-
CMYK00.650.580
HSL353.45º100%67.65%-
HSV(B)353.45º64.71%100%-
XYZ47.629.6617.4-
YUV141.39109.16209.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 90 (35.55% from 255) = 19.87%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=56.29%
G=19.87%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559010800.650.580353.4510067.65
HexFF5A6C0413A01616444
Octal3771321540101720541144104
Binary111111111011010110110001000001111010010110000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5a6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5a6c; }

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

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

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

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

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

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

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

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