#FF6365

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

Shades of Wild Watermelon #FF6365

Tints of Wild Watermelon #FF6365

Color information

#FF6365 (or 0xFF6365) is unknown color: approx Wild Watermelon. HEX triplet: FF, 63 and 65. RGB value is (255,99,101). Sum of RGB (Red+Green+Blue) = 255+99+101=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6365 is #009C9A. Grayscale: #929292. Windows color (decimal): -40091 or 6644735. OLE color: 6644735.

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

Color convert

RGB25599101-
CMYK00.610.600
HSL359.23º100%69.41%-
HSV(B)359.23º61.18%100%-
XYZ48.0531.1215.79-
YUV145.87102.68205.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=56.04%
G=21.76%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559910100.610.600359.2310069.41
HexFF636503D3C01676445
Octal377143145075740547144105
Binary11111111110001111001010111101111100010110011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6365; }

 p { color: rgb(255,99,101); }

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

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

 a { background-color: rgb(255,99,101); }

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

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

 span { border-color: rgb(255,99,101); }

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